mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +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:
@@ -80,6 +80,7 @@ enum ofputil_msg_code {
|
||||
OFPUTIL_NXT_SET_PACKET_IN_FORMAT,
|
||||
OFPUTIL_NXT_PACKET_IN,
|
||||
OFPUTIL_NXT_FLOW_AGE,
|
||||
OFPUTIL_NXT_SET_ASYNC_CONFIG,
|
||||
|
||||
/* NXST_* stat requests. */
|
||||
OFPUTIL_NXST_FLOW_REQUEST,
|
||||
|
||||
Reference in New Issue
Block a user