Explorar o código

initial commit of iptables functionality

afeiszli %!s(int64=3) %!d(string=hai) anos
pai
achega
749e6f464d
Modificáronse 1 ficheiros con 2 adicións e 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()