diff options
Diffstat (limited to 'lib/odp-execute.c')
-rw-r--r-- | lib/odp-execute.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/odp-execute.c b/lib/odp-execute.c index cb89e72fa..0c5a32b08 100644 --- a/lib/odp-execute.c +++ b/lib/odp-execute.c @@ -314,6 +314,10 @@ odp_execute_actions__(void *dp, struct dpif_packet **packets, int cnt, } break; + case OVS_ACTION_ATTR_ELEPHANT: + /* xxx This isn't supported in userspace. */ + break; + case OVS_ACTION_ATTR_UNSPEC: case __OVS_ACTION_ATTR_MAX: OVS_NOT_REACHED(); |