This is on FreeBSD 13.0-STABLE #0 stable/13-6f2898503.
I never noticed this error with bridge before:
/etc/rc.conf
Then tap0 is not added to bridge0
What I am doing to fix this error from the command line:
I cannot seem to fix the error with MTU commands in /etc/rc.conf
I never noticed this error with bridge before:
Code:
bridge0: invalid MTU: 1500(tap0) != 1480
/etc/rc.conf
Code:
cloned_interfaces="bridge0 tap0"
ifconfig_bridge0="addm em0 addm tap0 up"
Then tap0 is not added to bridge0
What I am doing to fix this error from the command line:
Code:
ifconfig tap0 up mtu 1480
ifconfig bridge0 addm tap0
I cannot seem to fix the error with MTU commands in /etc/rc.conf