X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.c;h=41b8eb7e66eec1e0e7ca8084b2d2e97ed89ac9f7;hb=347bf289b3dc006ca7b95cca26d3e0d3f20fbe95;hp=a8bd6745d1d9d10187b1e97b97e74e520e6cef08;hpb=40dd413d5b5424eb4cd2e6a8558d33f3b7c607ed;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(); }