From 5d99eb5926d63948e4cacd8898ba9de34bf7e0b1 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Thu, 18 Sep 2014 05:43:19 +0000 Subject: 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 --- sys/net/if_vlan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net') 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 -- cgit v1.2.3