Do not output priority tagged frames.
authorBen Pfaff <blp@nicira.com>
Fri, 18 Nov 2011 00:00:20 +0000 (16:00 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 18 Nov 2011 01:02:38 +0000 (17:02 -0800)
commit24f6740ba243b6eda7a92d8214d5d97bd476fa6f
treeb249240569d81777c8aa35f55531bffd334cfe58
parentd2ee3a863ab47bea81529727c5e4cf7175d5b4b1
Do not output priority tagged frames.

Linux hosts (and probably others) tend to ignore priority-tagged frames, so
it's safest not to output them at all.

On "master" we've added a per-port setting for whether priority-tagged
frames may be output, but "master" and "branch-1.3" have diverged
significantly in how they handle port output, so it's much simpler to
port this simpler policy to "branch-1.3".

Reported-by: Michael Mao <mmao@nicira.com>
Bug #8320.
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at