Skip to content
Snippets Groups Projects
Commit 4c9b08d0 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

follow up update for recent change of deprecated field in clab file

parent a9c223b6
No related branches found
No related tags found
1 merge request!477Update deprecated fields in clab along other parameters
This commit is part of merge request !477. Comments created here will be created in the context of that merge request.
...@@ -16,7 +16,7 @@ type Link struct { ...@@ -16,7 +16,7 @@ type Link struct {
type Node struct { type Node struct {
Kind string `yaml:"kind"` Kind string `yaml:"kind"`
Image string `yaml:"image"` Image string `yaml:"image"`
MgmtIpv4 string `yaml:"mgmt_ipv4"` MgmtIpv4 string `yaml:"mgmt-ipv4"`
} }
// Topology represent a topology for containerlab. // Topology represent a topology for containerlab.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment