CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/03/31 05:47:09
Modified files: sys/net : if_vlan.c Log message: let vlan(4) mtu be limited by the parents hardmtu, not current mtu. this lets you have networks on the "native" (untagged) vlan on an interface at 1500, while setting a child vlan interfaces mtu to jumbos. ok sthen@ henning@ chris@