mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Wire MTU through to service.
This commit is contained in:
parent
d5ed025871
commit
e5e90b1f71
1 changed files with 9 additions and 8 deletions
|
@ -2092,6 +2092,7 @@ public:
|
|||
}
|
||||
#endif
|
||||
syncManagedStuff(n,true,true);
|
||||
n.tap->setMtu(nwc->mtu);
|
||||
} else {
|
||||
_nets.erase(nwid);
|
||||
return -999; // tap init failed
|
||||
|
|
Loading…
Add table
Reference in a new issue