Adjust-mss not working on trunks?

Enabled 802.1Q tag support for iptables:

echo 1 > /proc/sys/net/bridge/bridge-nf-filter-vlan-tagged

now all working fine.

Added to /config/scripts/vyos-postconfig-boot.script

/usr/bin/echo 1 > /proc/sys/net/bridge/bridge-nf-filter-vlan-tagged

1 Like