CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2013/05/11 05:18:27
Modified files: sys/net : if_trunk.c Log message: Set trunk(4)'s MTU to that of the first trunkport. Allows trunk to work with jumbo/baby-jumbo frames. To avoid problems with mismatches between trunkports, any additional ports must have the same MTU as already set on the trunk(4). Based on changes made in FreeBSD. Tested by myself and jj@, ok reyk@