From 0db15758ed63db434621fef0777e0dd2062ed326 Mon Sep 17 00:00:00 2001 From: Maros Ondrejicka Date: Wed, 12 Oct 2022 22:58:01 +0200 Subject: vcl: register workers when reattaching to vpp Type: improvement Signed-off-by: Maros Ondrejicka Change-Id: I82a286e2872338974c1930138c30db78103ae499 --- extras/hs-test/netconfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/hs-test/netconfig.go') 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 { -- cgit 1.2.3-korg