diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2014-09-18 05:43:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2014-09-18 05:43:19 +0000 |
commit | 5d99eb5926d63948e4cacd8898ba9de34bf7e0b1 (patch) | |
tree | e49d487827d615ecbda65c47df9ab1955732e6fe /sys/net | |
parent | 9d5a327fb590843b25353cd1e1ad5e5add9b2cdb (diff) | |
download | src-5d99eb5926d63948e4cacd8898ba9de34bf7e0b1.tar.gz src-5d99eb5926d63948e4cacd8898ba9de34bf7e0b1.zip |
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
Notes
Notes:
svn path=/head/; revision=271738
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_vlan.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 32bd5f532acf..94a9ce0ed76d 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 |