tunneling: Avoid extra copying if expanding headroom.
[openvswitch] / include / openvswitch / datapath-protocol.h
index e5bbc6ac2fe15282ff0cddbabaa13f1d1f587565..e7708ef17bf8a3564ce2f52cf2934f24d18a5024 100644 (file)
@@ -422,7 +422,6 @@ enum odp_action_type {
        ODP_ACTION_ATTR_SET_TUNNEL,   /* Set the encapsulating tunnel ID. */
        ODP_ACTION_ATTR_SET_PRIORITY, /* Set skb->priority. */
        ODP_ACTION_ATTR_POP_PRIORITY, /* Restore original skb->priority. */
-       ODP_ACTION_ATTR_DROP_SPOOFED_ARP, /* Drop ARPs with spoofed source MAC. */
        __ODP_ACTION_ATTR_MAX
 };