mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
don't start comms net
This commit is contained in:
parent
1adee64e21
commit
d177d9507e
1 changed files with 0 additions and 3 deletions
3
main.go
3
main.go
|
@ -103,9 +103,6 @@ func initialize() { // Client Mode Prereq Check
|
|||
if err := serverctl.InitServerNetclient(); err != nil {
|
||||
logger.FatalLog("Did not find netclient to use CLIENT_MODE")
|
||||
}
|
||||
if err := serverctl.InitializeCommsNetwork(); err != nil {
|
||||
logger.FatalLog("could not inintialize comms network")
|
||||
}
|
||||
}
|
||||
// initialize iptables to ensure gateways work correctly and mq is forwarded if containerized
|
||||
if servercfg.ManageIPTables() != "off" {
|
||||
|
|
Loading…
Reference in a new issue