summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2014-09-18 05:43:19 +0000
committeraraujo <araujo@FreeBSD.org>2014-09-18 05:43:19 +0000
commit36c415243f3e9e9bad344160fca6ded9ac88a5b3 (patch)
treee49d487827d615ecbda65c47df9ab1955732e6fe /sys/net/if_vlan.c
parentfa58e15782ffccfd3ab0b630b0e03e9ee1d72356 (diff)
downloadFreeBSD-src-36c415243f3e9e9bad344160fca6ded9ac88a5b3.zip
FreeBSD-src-36c415243f3e9e9bad344160fca6ded9ac88a5b3.tar.gz
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
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 32bd5f5..94a9ce0 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -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
OpenPOWER on IntegriCloud