svn commit: r271738 - head/sys/net

Marcelo Araujo araujo at FreeBSD.org
Thu Sep 18 05:43:20 UTC 2014


Author: araujo (ports committer)
Date: Thu Sep 18 05:43:19 2014
New Revision: 271738
URL: http://svnweb.freebsd.org/changeset/base/271738

Log:
  Revert r271735. The comment is absolutely correct, we do not support 802.1p priority tagging. I got confused with the packet tagged and packet to be tagged.
  
  Spotted by:	glebius

Modified:
  head/sys/net/if_vlan.c

Modified: head/sys/net/if_vlan.c
==============================================================================
--- head/sys/net/if_vlan.c	Thu Sep 18 05:40:33 2014	(r271737)
+++ head/sys/net/if_vlan.c	Thu Sep 18 05:43:19 2014	(r271738)
@@ -29,7 +29,8 @@
 
 /*
  * if_vlan.c - pseudo-device driver for IEEE 802.1Q virtual LANs.
- * This is sort of sneaky in the implementation, since
+ * Might be extended some day to also handle IEEE 802.1p priority
+ * tagging.  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