X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif.c;h=3f311aa25a3ce7db3614de1e1de95a0e99ff4cc2;hb=7d78f21c057ff50a823220d809ac38c3d907243c;hp=711792ff3298ba18fd98edf35d785399038f468d;hpb=7efa3dccd1968535ae32caf59746aa11ce7532f2;p=sliver-openvswitch.git diff --git a/lib/dpif.c b/lib/dpif.c index 711792ff3..3f311aa25 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -1135,6 +1135,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(); }