Skip to content

Commit d1beadd

Browse files
Jozsef Kadlecsikummakynes
authored andcommitted
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>
1 parent 35612a2 commit d1beadd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/uapi/linux/netfilter/xt_conntrack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ enum {
3131
XT_CONNTRACK_REPLSRC_PORT = 1 << 10,
3232
XT_CONNTRACK_REPLDST_PORT = 1 << 11,
3333
XT_CONNTRACK_DIRECTION = 1 << 12,
34+
XT_CONNTRACK_STATE_ALIAS = 1 << 13,
3435
};
3536

3637
struct xt_conntrack_mtinfo1 {

0 commit comments

Comments
 (0)