Date: Thu, 3 Aug 2006 09:50:15 +0000 (UTC) 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: <200608030950.k739oFmc006708@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-08-03 09:50:15 UTC
FreeBSD src repository
Modified files:
sys/net if_vlan.c
Log:
Back out rev. 1.107 because it introduced as many problems
as it tried to solve:
- it smuggled hidden 802.1q details into otherwise protocol-neutral code;
- it put an important code consistency check under DEBUG, which was never
defined by anyone but a developer hacking this file for the moment;
- lastly, the former bcopy() call had been correct as long as the "dead"
code was there.
(A new version of the fix for tag of -1 to come in the next commit.)
Agreed by: qingli
Revision Changes Path
1.108 +15 -9 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608030950.k739oFmc006708>
