gomemif: Add mode support
[vpp.git] / extras / gomemif / memif / memif.go
index 1a7857d..bc1c560 100644 (file)
@@ -52,9 +52,9 @@ const (
 type interfaceMode uint8
 
 const (
-       interfaceModeEthernet interfaceMode = iota
-       interfaceModeIp
-       interfaceModePuntInject
+       InterfaceModeEthernet interfaceMode = iota
+       InterfaceModeIp
+       InterfaceModePuntInject
 )
 
 const msgSize = 128