mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 16:34:25 +01:00
new mtu setting and const for default
This commit is contained in:
@@ -245,6 +245,7 @@ func (c Tun) Activate() error {
|
||||
nr := netlink.Route{
|
||||
LinkIndex: link.Attrs().Index,
|
||||
Dst: r.route,
|
||||
MTU: r.mtu,
|
||||
Scope: unix.RT_SCOPE_LINK,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user