X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;fp=ofproto%2Fofproto.h;h=6172f291f22f542e3685eb00340597ed307c98e0;hb=f125905cdd3dc0339ad968c0a70128807884b400;hp=538c2c6e063a6cfe64aad81870b212616a526ea3;hpb=11460e2316b88f0bd0ea0005d94338d800ea16bd;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 538c2c6e..6172f291 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -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."