Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: xt_conntrack: Add flag to support aliases

The patch adds the flag to denote the "state" alias as of the subset
of the "conntrack" match.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Jozsef Kadlecsik and committed by
Pablo Neira Ayuso
d1beadd1 35612a22

+1
+1
include/uapi/linux/netfilter/xt_conntrack.h
··· 31 31 XT_CONNTRACK_REPLSRC_PORT = 1 << 10, 32 32 XT_CONNTRACK_REPLDST_PORT = 1 << 11, 33 33 XT_CONNTRACK_DIRECTION = 1 << 12, 34 + XT_CONNTRACK_STATE_ALIAS = 1 << 13, 34 35 }; 35 36 36 37 struct xt_conntrack_mtinfo1 {