connmgr: Use version of underlying rconn
[openvswitch] / lib / ofp-util.h
index edefa2defb1ebc29f5813dd6cc35d1ac6692ba0a..d87554de35ddb5b4dc439629b84e67beef291bf8 100644 (file)
@@ -69,6 +69,7 @@ enum ofputil_protocol {
      * The protocols with "TID" mean that the nx_flow_mod_table_id Nicira
      * extension has been enabled.  The other protocols have it disabled.
      */
+#define OFPUTIL_P_NONE 0
     OFPUTIL_P_OF10_STD     = 1 << 0,
     OFPUTIL_P_OF10_STD_TID = 1 << 1,
     OFPUTIL_P_OF10_NXM     = 1 << 2,