Date: Tue, 25 May 2004 07:30:12 -0700 (PDT) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c Message-ID: <200405251430.i4PEUCQg094596@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2004/05/25 07:30:12 PDT
FreeBSD src repository
Modified files:
sys/net if_vlan.c
Log:
After all the relevant drivers have been fixed, fix vlan(4) itself
WRT manipulating capabilities of the parent interface:
- use ioctl(SIOCSIFCAP) to toggle VLAN_MTU (the way that was done
before was just wrong);
- use the right order of conditional clauses to set the MTU fudge
(that is logically independent from toggling VLAN_MTU.)
Revision Changes Path
1.63 +27 -27 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405251430.i4PEUCQg094596>
