wlan5-roof: lower mtu

This commit is contained in:
Astro 2022-04-04 20:18:46 +02:00
parent f8805c584c
commit 598388d428
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# not switched, only a wifi # not switched, only a wifi
vlan = null; vlan = null;
# leave space for vxlan # leave space for vxlan
mtu = 2048; mtu = 1574;
hosts6.dn42 = { hosts6.dn42 = {
ap57 = "fd23:42:c3d2:584::39"; ap57 = "fd23:42:c3d2:584::39";
ap58 = "fd23:42:c3d2:584::40"; ap58 = "fd23:42:c3d2:584::40";

View File

@ -255,7 +255,7 @@ in ''
uci set network.${name}.proto=vxlan6 uci set network.${name}.proto=vxlan6
uci set network.${name}.peer6addr='${iface.vxlan.peer}' uci set network.${name}.peer6addr='${iface.vxlan.peer}'
uci set network.${name}.port=4789 uci set network.${name}.port=4789
uci set network.${name}.mtu=1600 uci set network.${name}.mtu=1518
uci set network.${name}.rxcsum=0 uci set network.${name}.rxcsum=0
uci set network.${name}.txcsum=0 uci set network.${name}.txcsum=0
uci set network.${name}.delegate=0 uci set network.${name}.delegate=0