bundle: Parsing bug when using bracketed syntax.
[openvswitch] / ofproto / ofproto-dpif.c
index b53452d14703d89c7f680d2a616983196a7ab67c..aba8e3ce08f329b604995de9367bbcae0e5a39c4 100644 (file)
@@ -4046,7 +4046,7 @@ slave_enabled_cb(uint16_t ofp_port, void *ofproto_)
     case OFPP_NORMAL:
     case OFPP_FLOOD:
     case OFPP_ALL:
-    case OFPP_LOCAL:
+    case OFPP_NONE:
         return true;
     case OFPP_CONTROLLER: /* Not supported by the bundle action. */
         return false;