dont inherit the parent interfaces hardmtu as the vlan interfaces
authordlg <dlg@openbsd.org>
Fri, 10 Apr 2015 02:08:08 +0000 (02:08 +0000)
committerdlg <dlg@openbsd.org>
Fri, 10 Apr 2015 02:08:08 +0000 (02:08 +0000)
commit5bf3916b08e95a965fa0a17a3c7eb79cdab66420
tree7f6c389c88fb99f357a733735b9bc0e78608e75e
parentbd00f1210c51d228986dc40df4cfde15cb17697e
dont inherit the parent interfaces hardmtu as the vlan interfaces
mtu when it gets set up. instead, allow the vlan interfaces mtu to
be raised to the parents hardmtu in SIOCSIFMTU handling.

pointed out by claudio@
sys/net/if_vlan.c