diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-05-22 18:42:37 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-05-23 08:23:16 -0400 |
commit | de94c4591bd606729af1b913d6e98c6c449e42df (patch) | |
tree | 7c829fc4d72632b28c0927a3942c1ab6012b77c7 /include/net/netns/x_tables.h | |
parent | 6d11cfdba52af08b889fd6d3ee4212930493eb38 (diff) |
netfilter: {ipt,ebt}_ULOG: rise warning on deprecation
This target has been superseded by NFLOG. Spot a warning
so we prepare removal in a couple of years.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Gao feng <gaofeng@cn.fujitsu.com>
Diffstat (limited to 'include/net/netns/x_tables.h')
-rw-r--r-- | include/net/netns/x_tables.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h index c24060ee411e..02fe40f8c8fd 100644 --- a/include/net/netns/x_tables.h +++ b/include/net/netns/x_tables.h | |||
@@ -15,5 +15,11 @@ struct netns_xt { | |||
15 | struct ebt_table *frame_filter; | 15 | struct ebt_table *frame_filter; |
16 | struct ebt_table *frame_nat; | 16 | struct ebt_table *frame_nat; |
17 | #endif | 17 | #endif |
18 | #if IS_ENABLED(CONFIG_IP_NF_TARGET_ULOG) | ||
19 | bool ulog_warn_deprecated; | ||
20 | #endif | ||
21 | #if IS_ENABLED(CONFIG_BRIDGE_EBT_ULOG) | ||
22 | bool ebt_ulog_warn_deprecated; | ||
23 | #endif | ||
18 | }; | 24 | }; |
19 | #endif | 25 | #endif |