don't hide the mtu on "bridge" interfaces.
authordlg <dlg@openbsd.org>
Tue, 22 Feb 2022 09:55:54 +0000 (09:55 +0000)
committerdlg <dlg@openbsd.org>
Tue, 22 Feb 2022 09:55:54 +0000 (09:55 +0000)
commit15d176e9a854fd978892d763385d10dbe7141b05
treee83f5c97d2d28092a5a7041f45f492abccc377a1
parent2eb6453669c9160a61bbe47e94ab65c96129499e
don't hide the mtu on "bridge" interfaces.

interfaces like vxlan and nvgre have bridges inside them and respond
to bridge ioctls, but they are still interfaces that handle l3
traffic so the mtu means something on them. if we don't want bridge
to show an mtu, that can be done by bridge(4) instead of having
ifconfig make assumptions like this.

noticed by jason tubnor
ok deraadt@ claudio@
sbin/ifconfig/ifconfig.c