Skip to content

Commit

Permalink
netfilter: xt_conntrack: Add flag to support aliases
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jozsef Kadlecsik authored and Pablo Neira Ayuso committed Feb 5, 2013
1 parent 35612a2 commit d1beadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/netfilter/xt_conntrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ enum {
XT_CONNTRACK_REPLSRC_PORT = 1 << 10,
XT_CONNTRACK_REPLDST_PORT = 1 << 11,
XT_CONNTRACK_DIRECTION = 1 << 12,
XT_CONNTRACK_STATE_ALIAS = 1 << 13,
};

struct xt_conntrack_mtinfo1 {
Expand Down

0 comments on commit d1beadd

Please sign in to comment.