aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-03-05 09:52:36 -0800
committerBen Pfaff <blp@nicira.com>2012-03-05 13:37:03 -0800
commit7be6d701fc9c42b23b503297a913d5c3fc23f867 (patch)
tree66aa76fd855dbbf488cc265d3eb8eb86e4563dfc /vswitchd
parente56365a56e3cfa8066255bb765a54e8cfad3ff75 (diff)
vswitchd: Document behavior of 802.1p priorities with VLAN splinters.
Reported-by: likunyun <kunyunli@hotmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 06edb767..00cfda62 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1921,6 +1921,12 @@
VLAN splinters increase kernel and userspace memory overhead, so do
not use them unless they are needed.
</p>
+
+ <p>
+ VLAN splinters do not support 802.1p priority tags. Received
+ priorities will appear to be 0, regardless of their actual values,
+ and priorities on transmitted packets will also be cleared to 0.
+ </p>
</column>
</group>