X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.c;h=41b8eb7e66eec1e0e7ca8084b2d2e97ed89ac9f7;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=a8bd6745d1d9d10187b1e97b97e74e520e6cef08;hpb=1f317cb5c2aa446c4b0252634a4a70dcc3682f93;p=sliver-openvswitch.git diff --git a/lib/dpif.c b/lib/dpif.c index a8bd6745d..41b8eb7e6 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -1134,6 +1134,7 @@ dpif_execute_helper_cb(void *aux_, struct ofpbuf *packet, case OVS_ACTION_ATTR_SAMPLE: case OVS_ACTION_ATTR_UNSPEC: case OVS_ACTION_ATTR_RECIRC: + case OVS_ACTION_ATTR_HASH: case __OVS_ACTION_ATTR_MAX: OVS_NOT_REACHED(); }