ofproto: Implement OpenFlow extension to allow control over async messages.
[openvswitch] / lib / learning-switch.c
index 81aadeb40feda69d8f8b4f9f013a964466471802..435acb96c24bca013b70b616809d49786db4b025 100644 (file)
@@ -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: