bundle: New action "bundle_load".
[sliver-openvswitch.git] / lib / ofp-print.c
index aa3ff54..cb361a6 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;