Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 03:09:35 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271735 - head/sys/net
Message-ID:  <201409180309.s8I39Zmh045601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409180309.s8I39Zmh045601>