Skip to content
Commit 06fd3a39 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: deprecate NF_STOP



NF_STOP is only used by br_netfilter these days, and it can be emulated
with a combination of NF_STOLEN plus explicit call to the ->okfn()
function as Florian suggests.

To retain binary compatibility with userspace nf_queue application, we
have to keep NF_STOP around, so libnetfilter_queue userspace userspace
applications still work if they use NF_STOP for some exotic reason.

Out of tree modules using NF_STOP would break, but we don't care about
those.

Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 1610a73c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment