ovs-ctl: Drop back to an empty database if schema conversion fails.
[openvswitch] / lib / ofp-print.c
index aa3ff542e33f425dc66a2f6f5c0246620a818435..cb361a633f2a5c5b3a58f1da1bf77c716a12cc45 100644 (file)
@@ -344,6 +344,7 @@ ofp_print_action(struct ds *s, const union ofp_action *a,
         break;
 
     case OFPUTIL_NXAST_BUNDLE:
+    case OFPUTIL_NXAST_BUNDLE_LOAD:
         bundle_format((const struct nx_action_bundle *) a, s);
         break;