Date: Mon, 16 Mar 2009 03:11:02 +0000 (UTC) From: Sean Farley <scf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_tap.c Message-ID: <200903160311.n2G3BPaN023383@repoman.freebsd.org>
index | next in thread | raw e-mail
scf 2009-03-16 03:11:02 UTC
FreeBSD src repository
Modified files:
sys/net if_tap.c
Log:
SVN rev 189866 on 2009-03-16 03:11:02Z by scf
Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it to
have its MTU set higher than 1500 (ETHERMTU). Its new limit is now
65535 as enforced by ifhwioctl() in if.c
This allows a tap(4) device to be added to a bridge, which requires all
interface members to have the same MTU, with an interface configured for
jumbo frames. QEMU may now connect to a network via tap(4) without
requiring the real interface to have its MTU set to 1500 or lower.
Reviewed by: rpaulo, bms
MFC after: 1 week
Revision Changes Path
1.78 +7 -0 src/sys/net/if_tap.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903160311.n2G3BPaN023383>
