summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2014-09-18 03:09:34 +0000
committeraraujo <araujo@FreeBSD.org>2014-09-18 03:09:34 +0000
commit80e51d9d11a7fa765dd0377f1c35f2e5b5d6af54 (patch)
treebead6aee800377a7a5363160ec29c60c8c8d34a8 /sys/net/if_vlan.c
parentb72df5c2ba461bbef350dbf0fa16fb83ced0acef (diff)
downloadFreeBSD-src-80e51d9d11a7fa765dd0377f1c35f2e5b5d6af54.zip
FreeBSD-src-80e51d9d11a7fa765dd0377f1c35f2e5b5d6af54.tar.gz
Remove old comment, we already do 802.1q tagging.
Phabric: D797 Reviewed by: kevlo Approved by: kevlo Sponsored by: QNAP Systems Inc.
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 94a9ce0..32bd5f5 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -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
OpenPOWER on IntegriCloud