Date: Sat, 30 Dec 2006 21:10:26 +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: <200612302110.kBULAQmm049311@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-12-30 21:10:26 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: - Don't defer the removal of an 802.1q header for no real reason. - Micro-optimize the addition of an 802.1q header to match the removal code. - Consistently check for interfaces being up and running. - Consistently use NULL instead of 0 with pointers. Revision Changes Path 1.117 +16 -25 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612302110.kBULAQmm049311>