cvs commit: src/sys/netgraph ng_fec.c
Ruslan Ermilov
ru at FreeBSD.org
Fri Sep 15 09:06:28 PDT 2006
ru 2006-09-15 16:06:27 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_fec.c
Log:
Make it possible to set a larger MTU by attempting to set MTUs on all
trunk ports first. If that succeeds, and we're inside our own bounds,
so be it.
Still not ideal -- adding a port after changing an MTU doesn't change
port's MTU, but a step in the right direction.
PR: kern/95417
Submitted by: Vladimir Ivanov <wawa AT yandex-team DOT ru>
MFC after: 3 days
I've slightly edited a patch to make the conditional logic positive
and remove (what I think was) a redundant ng_fec_init() call.
Revision Changes Path
1.28 +19 -1 src/sys/netgraph/ng_fec.c
More information about the cvs-src
mailing list