You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containerlab topology definition file had a notion of a groupforever. But we never implemented them in the way they were envisioned to be used.
A group should allow a user to define a common set of node-level parameters that a certain node can then inherit via the group reference.
For example, the below topology defines a group leafs and adds some node-specific parameters to it. Then a node in the topology references this group to adopt the specified parameters:
Containerlab topology definition file had a notion of a
group
forever. But we never implemented them in the way they were envisioned to be used.A
group
should allow a user to define a common set of node-level parameters that a certain node can then inherit via thegroup
reference.For example, the below topology defines a group
leafs
and adds some node-specific parameters to it. Then a node in the topology references this group to adopt the specified parameters:node1
will inheritlabels
andtype
as defined in a group, whereasnode2
will not.The text was updated successfully, but these errors were encountered: