diff options
Diffstat (limited to 'extras/hs-test/netconfig.go')
-rwxr-xr-x | extras/hs-test/netconfig.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/hs-test/netconfig.go b/extras/hs-test/netconfig.go index f3f3c1b2fcb..46f23c0d323 100755 --- a/extras/hs-test/netconfig.go +++ b/extras/hs-test/netconfig.go @@ -10,8 +10,8 @@ type NetType string const ( NetNs NetType = "netns" - Veth = "veth" - Tap = "tap" + Veth string = "veth" + Tap string = "tap" ) type NetConfig struct { |