sflow: Use hash table instead of sparse array for sflow ports.
[openvswitch] / lib / odp-util.c
index 442c939a7d5096ca59d0579176653e8a92e1c952..798e42540a7dd1b6199965810979f519bff1fb9f 100644 (file)
@@ -95,6 +95,9 @@ format_odp_action(struct ds *ds, const union odp_action *a)
     case ODPAT_POP_PRIORITY:
         ds_put_cstr(ds, "pop_priority");
         break;
+    case ODPAT_DROP_SPOOFED_ARP:
+        ds_put_cstr(ds, "drop_spoofed_arp");
+        break;
     default:
         ds_put_format(ds, "***bad action 0x%"PRIx16"***", a->type);
         break;