mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofproto: Implement OpenFlow extension to allow control over async messages.
Until now, the rules that cover the asynchronous messages that Open vSwitch sends to a controller have been ad hoc. The new NXT_SET_ASYNC_CONFIG message provides systematic, precise control. Feature #7086. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -265,6 +265,7 @@ lswitch_process_packet(struct lswitch *sw, struct rconn *rconn,
|
||||
case OFPUTIL_NXT_FLOW_MOD:
|
||||
case OFPUTIL_NXT_FLOW_REMOVED:
|
||||
case OFPUTIL_NXT_FLOW_AGE:
|
||||
case OFPUTIL_NXT_SET_ASYNC_CONFIG:
|
||||
case OFPUTIL_NXST_FLOW_REQUEST:
|
||||
case OFPUTIL_NXST_AGGREGATE_REQUEST:
|
||||
case OFPUTIL_NXST_FLOW_REPLY:
|
||||
|
Reference in New Issue
Block a user