pkgs/openwrt/uci-config: remove broken vxlan mtu configuration

This commit is contained in:
Astro 2022-09-15 01:16:30 +02:00
parent 6b55e24a25
commit fca953a92f
1 changed files with 0 additions and 2 deletions

View File

@ -238,11 +238,9 @@ in
uci set network.${name}.proto=vxlan6
uci set network.${name}.peer6addr='${iface.vxlan.peer}'
uci set network.${name}.port=4789
uci set network.${name}.mtu=1518
uci set network.${name}.rxcsum=0
uci set network.${name}.txcsum=0
uci set network.${name}.delegate=0
'') (builtins.attrNames hostConfig.interfaces)
}