diff options
Diffstat (limited to 'extras/hs-test/topo.go')
-rw-r--r-- | extras/hs-test/topo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/topo.go b/extras/hs-test/topo.go index d77d2dab33f..6cb294511b3 100644 --- a/extras/hs-test/topo.go +++ b/extras/hs-test/topo.go @@ -14,7 +14,7 @@ type YamlTopology struct { Volumes []VolumeConfig `yaml:"volumes"` } -func AddAddress(device, address, ns string) error { +func addAddress(device, address, ns string) error { c := []string{"ip", "addr", "add", address, "dev", device} cmd := appendNetns(c, ns) err := cmd.Run() |