mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
ofproto: Implement OF1.4 Group & Meter change notification messages
This patch adds support for Openflow1.4 Group & meter change notification messages. In a multi controller environment, when a controller modifies the state of group and meter table, the request that successfully modifies this state is forwarded to other controllers. Other controllers are informed with the OFPT_REQUESTFORWARD message. Request forwarding is enabled on a per controller channel basis using the Set Asynchronous Configuration Message. Signed-off-by: Niti Rohilla <niti.rohilla@tcs.com> Co-authored-by: Ben Pfaff <blp@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1403,6 +1403,7 @@ is_admitted_msg(const struct ofpbuf *b)
|
||||
case OFPTYPE_ROLE_REQUEST:
|
||||
case OFPTYPE_ROLE_REPLY:
|
||||
case OFPTYPE_ROLE_STATUS:
|
||||
case OFPTYPE_REQUESTFORWARD:
|
||||
case OFPTYPE_SET_FLOW_FORMAT:
|
||||
case OFPTYPE_FLOW_MOD_TABLE_ID:
|
||||
case OFPTYPE_SET_PACKET_IN_FORMAT:
|
||||
|
||||
Reference in New Issue
Block a user