munet: autonumber loopbacks - #80
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
==========================================
+ Coverage 58.88% 59.41% +0.52%
==========================================
Files 19 19
Lines 5833 5847 +14
==========================================
+ Hits 3435 3474 +39
+ Misses 2398 2373 -25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
liambrady
force-pushed
the
liambrady/loopbacks
branch
from
October 10, 2025 13:13
f3500f6 to
ecd31e2
Compare
liambrady
commented
Oct 20, 2025
liambrady
force-pushed
the
liambrady/loopbacks
branch
3 times, most recently
from
October 23, 2025 16:26
ffb5ef6 to
e9eba78
Compare
Configure loopback addresses through the `ip` and `ipv6` node config. Loopbacks are automatically configured by `networks-autonumber`. Signed-off-by: Liam Brady <lbrady@labn.net>
liambrady
force-pushed
the
liambrady/loopbacks
branch
from
November 4, 2025 22:25
e9eba78 to
cbde8c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configure loopback addresses through the
ipandipv6node config. Loopbacks are automatically configured bynetworks-autonumber.Note that loopbacks were always configurable but were for some reason not present within the munet configuration model. This has been fixed.
closes #48