diff options
Diffstat (limited to 'extras/hs-test/topo.go')
-rwxr-xr-x | extras/hs-test/topo.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/hs-test/topo.go b/extras/hs-test/topo.go index 1d501e8f2da..cf50dadd42a 100755 --- a/extras/hs-test/topo.go +++ b/extras/hs-test/topo.go @@ -13,9 +13,9 @@ type NetDevConfig map[string]interface{} type ContainerConfig map[string]interface{} type YamlTopology struct { - Devices []NetDevConfig `yaml:"devices"` + Devices []NetDevConfig `yaml:"devices"` Containers []ContainerConfig `yaml:"containers"` - Volumes []string `yaml:"volumes"` + Volumes []string `yaml:"volumes"` } func AddAddress(device, address, ns string) error { |