]> git.proxmox.com Git - ovs.git/blobdiff - lib/ofp-print.c
nicira-ext: New action "exit".
[ovs.git] / lib / ofp-print.c
index a6e41eb78ac9c12fa8b693d1476f7fccec4f53c4..6278395ddcbf0aababe3c2f15f8c92c7dd88f746 100644 (file)
@@ -338,6 +338,10 @@ ofp_print_action(struct ds *s, const union ofp_action *a,
         learn_format((const struct nx_action_learn *) a, s);
         break;
 
+    case OFPUTIL_NXAST_EXIT:
+        ds_put_cstr(s, "exit");
+        break;
+
     default:
         break;
     }