lagg of em0/em1 + VLAN = lower MTU?

Karl Pielorz kpielorz_lst at tdx.co.uk
Thu Jul 16 14:53:17 UTC 2015



--On 13 July 2015 09:56 -0700 John-Mark Gurney <jmg at funkthat.com> wrote:

> You can fix the untagged traffic on lagg0 with something like the
> following:
> route change <destination> <gateway> -mtu 1500
>
> You can see which routes need to be changed w/ the netstat -rWnfinet
> command...

Ok, that works. It's clunky - but it works...

> You should be able to make it work, but it definately needs more work
> to make it work automaticly...  There was a recent change that went
> in that makes changing lagg mtu easier, but I think that's only in
> HEAD right now...

Presumably, other people configuring it don't run into the issue 
(lagg+VLAN) because of different FreeBSD version / NIC's?

Is the issue just that the VLAN code thinks the LAGG is the parent, and 
doesn't "see" the underlying card is long-frame capable?

Or is it as simple as the em cards not being listed as 'long-frame capable' 
(i.e. from the man page).

> Hope this helps...

Certainly appears to have, thanks!

-Karl




More information about the freebsd-net mailing list