summaryrefslogtreecommitdiff
path: root/lib/dpif.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpif.c')
-rw-r--r--lib/dpif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dpif.c b/lib/dpif.c
index a3258057c..e1d9686a2 100644
--- a/lib/dpif.c
+++ b/lib/dpif.c
@@ -1122,6 +1122,7 @@ dpif_execute_helper_cb(void *aux_, struct dpif_packet **packets, int cnt,
case OVS_ACTION_ATTR_SET:
case OVS_ACTION_ATTR_SAMPLE:
case OVS_ACTION_ATTR_UNSPEC:
+ case OVS_ACTION_ATTR_ELEPHANT:
case __OVS_ACTION_ATTR_MAX:
OVS_NOT_REACHED();
}