X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=c40f5d3a419cf80c5def70735f72a068c88c1bf9;hb=b5a36e3878937a489458f7a0ff42769e826ae88b;hp=538c2c6e063a6cfe64aad81870b212616a526ea3;hpb=05fe17646fc1ed2527f26eddb13e09ec14cc29b9;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 538c2c6e..c40f5d3a 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." @@ -346,7 +348,8 @@ int ofproto_port_get_cfm_fault(const struct ofproto *, uint16_t ofp_port); int ofproto_port_get_cfm_remote_mpids(const struct ofproto *, uint16_t ofp_port, const uint64_t **rmps, size_t *n_rmps); - +int ofproto_port_get_cfm_health(const struct ofproto *ofproto, + uint16_t ofp_port); void ofproto_get_ofproto_controller_info(const struct ofproto *, struct shash *); void ofproto_free_ofproto_controller_info(struct shash *);