Allow configuring DSCP on controller and manager connections.
[openvswitch] / ofproto / ofproto.h
index 538c2c6e063a6cfe64aad81870b212616a526ea3..6172f291f22f542e3685eb00340597ed307c98e0 100644 (file)
@@ -127,6 +127,8 @@ struct ofproto_controller {
     /* OpenFlow packet-in rate-limiting. */
     int rate_limit;             /* Max packet-in rate in packets per second. */
     int burst_limit;            /* Limit on accumulating packet credits. */
+
+    uint8_t dscp;               /* DSCP value for controller connection. */
 };
 
 #define DEFAULT_MFR_DESC "Nicira Networks, Inc."