vcl: register workers when reattaching to vpp
[vpp.git] / extras / hs-test / netconfig.go
index f3f3c1b..46f23c0 100755 (executable)
@@ -10,8 +10,8 @@ type NetType string
 
 const (
        NetNs NetType = "netns"
-       Veth          = "veth"
-       Tap           = "tap"
+       Veth  string  = "veth"
+       Tap   string  = "tap"
 )
 
 type NetConfig struct {