aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-11-17 17:11:53 -0800
committerBen Pfaff <blp@nicira.com>2011-11-17 17:11:53 -0800
commit5e9ceccdb69b7e8f519ebeb9d2825b2686810610 (patch)
treefc09641b131e6784ae74cf9b67902fe477d885ac /ofproto/ofproto.h
parent6e9ca96c694dad9ca231fca5cbe44ce676e036e7 (diff)
Implement a new port setting "other-config:priority-tags".
Linux hosts (and probably others) tend to ignore priority-tagged frames, so this new setting allows Open vSwitch to suppress sending them. Reported-by: Michael Mao <mmao@nicira.com> Bug #8320.
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index eed4e508..5a99d469 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -251,6 +251,7 @@ struct ofproto_bundle_settings {
enum port_vlan_mode vlan_mode; /* Selects mode for vlan and trunks */
int vlan; /* VLAN VID, except for PORT_VLAN_TRUNK. */
unsigned long *trunks; /* vlan_bitmap, except for PORT_VLAN_ACCESS. */
+ bool use_priority_tags; /* Use 802.1p tag for frames in VLAN 0? */
struct bond_settings *bond; /* Must be nonnull iff if n_slaves > 1. */
uint32_t *bond_stable_ids; /* Array of n_slaves elements. */