X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.c;h=750918d8af71bbe13917507b6f6f2bb82b1b2dce;hb=6c222e55fa4222c6724094e1e7a0a69addf6b030;hp=e21831fdd8e47315b273986cd3b49da84fbfcbea;hpb=eb3e79c09d3f9fa5507d866b62d93eb09e93d4f3;p=sliver-openvswitch.git diff --git a/lib/ofp-util.c b/lib/ofp-util.c index e21831fdd..750918d8a 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -1864,7 +1864,6 @@ check_nicira_action(const union ofp_action *a, unsigned int len, switch ((enum nx_action_subtype) subtype) { case NXAST_RESUBMIT: case NXAST_SET_TUNNEL: - case NXAST_DROP_SPOOFED_ARP: case NXAST_SET_QUEUE: case NXAST_POP_QUEUE: return check_nx_action_exact_len(nah, len, 16); @@ -1909,6 +1908,7 @@ check_nicira_action(const union ofp_action *a, unsigned int len, return autopath_check((const struct nx_action_autopath *) a); case NXAST_SNAT__OBSOLETE: + case NXAST_DROP_SPOOFED_ARP__OBSOLETE: default: VLOG_WARN_RL(&bad_ofmsg_rl, "unknown Nicira vendor action subtype %d", subtype);