Skip to content
Snippets Groups Projects

Update deprecated fields in clab along other parameters

11 files
+ 18
18
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -3,8 +3,8 @@ package containerlab
// Management represents the management part for containerlab.
type Management struct {
Network string `yaml:"network,omitempty"`
Ipv4Subnet string `yaml:"ipv4_subnet,omitempty"`
Ipv6Subnet string `yaml:"ipv6_subnet,omitempty"`
Ipv4Subnet string `yaml:"ipv4-subnet,omitempty"`
Ipv6Subnet string `yaml:"ipv6-subnet,omitempty"`
}
// Link represents a link for containerlab.
Loading