Date: Fri, 6 Aug 2010 15:15:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_vlan.c Message-ID: <201008061516.o76FGTg3004979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-08-06 15:15:26 UTC
FreeBSD src repository
Modified files:
sys/net if_vlan.c
Log:
SVN rev 210937 on 2010-08-06 15:15:26Z by jhb
Adjust the interface type in the link layer socket address for vlan(4)
interfaces to be a vlan (IFT_L2VLAN) rather than an Ethernet interface
(IFT_ETHER). The code already fixed if_type in the ifnet causing some
places to report the interface as a vlan (e.g. arp -a output) and other
places to report the interface as Ethernet (getifaddrs(3)). Now they
should all report IFT_L2VLAN.
Reviewed by: brooks
MFC after: 1 month
Revision Changes Path
1.151 +5 -0 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008061516.o76FGTg3004979>
