svn commit: r271735 - head/sys/net

Marcelo Araujo araujo at FreeBSD.org
Thu Sep 18 03:09:35 UTC 2014


Author: araujo (ports committer)
Date: Thu Sep 18 03:09:34 2014
New Revision: 271735
URL: http://svnweb.freebsd.org/changeset/base/271735

Log:
  Remove old comment, we already do 802.1q tagging.
  
  Phabric:	D797
  Reviewed by:	kevlo
  Approved by:	kevlo
  Sponsored by:	QNAP Systems Inc.

Modified:
  head/sys/net/if_vlan.c

Modified: head/sys/net/if_vlan.c
==============================================================================
--- head/sys/net/if_vlan.c	Thu Sep 18 03:02:00 2014	(r271734)
+++ head/sys/net/if_vlan.c	Thu Sep 18 03:09:34 2014	(r271735)
@@ -29,8 +29,7 @@
 
 /*
  * if_vlan.c - pseudo-device driver for IEEE 802.1Q virtual LANs.
- * Might be extended some day to also handle IEEE 802.1p priority
- * tagging.  This is sort of sneaky in the implementation, since
+ * This is sort of sneaky in the implementation, since
  * we need to pretend to be enough of an Ethernet implementation
  * to make arp work.  The way we do this is by telling everyone
  * that we are an Ethernet, and then catch the packets that


More information about the svn-src-all mailing list