ofproto: Implement OF1.4 Group & Meter change notification messages
authorNiti Rohilla <niti.rohilla@tcs.com>
Wed, 9 Sep 2015 12:03:42 +0000 (17:33 +0530)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Sep 2015 20:17:23 +0000 (13:17 -0700)
commit3c35db62d0ebdf6191c60aae0ccadbb40ac933ba
tree5b00bf8df1a1ec8f2c472e85aebb55a125b6cd20
parent3514c765179a92f57508885a41356cda940bed0c
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>
12 files changed:
include/openflow/openflow-1.4.h
lib/learning-switch.c
lib/ofp-msgs.h
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
lib/rconn.c
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto.at