Explorar el Código

initial commit of iptables functionality

afeiszli hace 3 años
padre
commit
749e6f464d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      serverctl/serverctl.go

+ 2 - 0
serverctl/serverctl.go

@@ -12,6 +12,8 @@ import (
 	"github.com/gravitl/netmaker/netclient/ncutils"
 )
 
+const NETMAKER_BINARY_NAME = "netmaker"
+
 // InitServerNetclient - intializes the server netclient
 func InitServerNetclient() error {
 	netclientDir := ncutils.GetNetclientPath()