Skip to content
Commit c7f79f26 authored by Florian Westphal's avatar Florian Westphal Committed by David S. Miller
Browse files

openvswitch: prepare for stolen verdict coming from conntrack and nat engine



At this time, conntrack either returns NF_ACCEPT or NF_DROP.
To improve debuging it would be nice to be able to replace NF_DROP
verdict with NF_DROP_REASON() helper,

This helper releases the skb instantly (so drop_monitor can pinpoint
precise location) and returns NF_STOLEN.

Prepare call sites to deal with this before introducing such changes
in conntrack and nat core.

Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Reviewed-by: default avatarAaron Conole <aconole@redhat.om>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aba43bdf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment