mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-02 11:30:29 +02:00
new mtu setting and const for default
This commit is contained in:
@@ -111,7 +111,7 @@ func Main(configPath string, configTest bool, buildVersion string) {
|
||||
tun, err := newTun(
|
||||
config.GetString("tun.dev", ""),
|
||||
tunCidr,
|
||||
config.GetInt("tun.mtu", 1300),
|
||||
config.GetInt("tun.mtu", DEFAULT_MTU),
|
||||
routes,
|
||||
unsafeRoutes,
|
||||
config.GetInt("tun.tx_queue", 500),
|
||||
|
||||
Reference in New Issue
Block a user