Replies: 2 comments 4 replies
-
|
I had similar ideas when building BGP labs ;) Short answer: not at the moment (but you know things can happen ;) The details:
What else have I missed? |
Beta Was this translation helpful? Give feedback.
-
Let's assume I am using
My case, or at least the one I had in mind, is to switch back and forth between virtual and physical setup, because those super fast magic containers can only get you so far without proper data plane. This seems to required a genuine merge, either explicitly via unique ids, or through bindings. At the moment I lean towards the latter, because I would prefer to express logical setup through abstract references and then bind them to actual identifiers like ifname or ifindex, if required. Although I think a general merging mechanism based on unique, potentially autogenerated, keys might be useful in other cases when one want to decompose information on about the same link, for example. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to build topology from multiple fragments?
E.g. one file describes physical topology and another logical structure, so that the logical structure can be an overlay on physical topology which can be executed by different providers as needed.
Beta Was this translation helpful? Give feedback.
All reactions