example: management network - #70
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 60.07% 57.88% -2.20%
==========================================
Files 19 19
Lines 5829 5794 -35
==========================================
- Hits 3502 3354 -148
- Misses 2327 2440 +113 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Rather than call this FWIW, I often create topologies where all the nodes share a common network and I usually call this the "management" network (e.g., FWIW, munet has a simple method to give access to default routing to the nodes. |
4dc2acc to
4b94aa3
Compare
|
name of example topology has been changed (and the commit message updated). A rebase will follow this push. |
4b94aa3 to
acd089f
Compare
networks can be configured such that a set of nodes are automatically connected to the host (or some other interface outside of munet) by taking advantage of the 'hostintf' and 'initial-setup-host-cmd' config options. this example demos such a case, connecting munet nodes to an external network namespace. Signed-off-by: Liam Brady <lbrady@labn.net>
management networks can be configured such that a set of nodes are automatically connected to the host (or some other interface outside of munet) by taking advantage of the 'hostintf' and 'initial-setup-host-cmd' config options.
this example demos such a case, connecting munet nodes to an external network namespace.
thanks to @dfedyk for the original topology demoing a similar approach to doing this.