netfilter: cleanup unused macro
TEMPLATE_NULLS_VAL is not used after commit0838aa7fcf
("netfilter: fix netns dependencies with conntrack templates") PFX is not used after commit8bee4bad03
("netfilter: xt extensions: use pr_<level>") Signed-off-by: Li RongQing <lirongqing@baidu.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
24d19826fc
commit
9325f070f7
@ -2633,7 +2633,6 @@ void nf_conntrack_init_end(void)
|
||||
*/
|
||||
#define UNCONFIRMED_NULLS_VAL ((1<<30)+0)
|
||||
#define DYING_NULLS_VAL ((1<<30)+1)
|
||||
#define TEMPLATE_NULLS_VAL ((1<<30)+2)
|
||||
|
||||
int nf_conntrack_init_net(struct net *net)
|
||||
{
|
||||
|
@ -21,8 +21,6 @@ MODULE_DESCRIPTION("Xtables: packet security mark modification");
|
||||
MODULE_ALIAS("ipt_SECMARK");
|
||||
MODULE_ALIAS("ip6t_SECMARK");
|
||||
|
||||
#define PFX "SECMARK: "
|
||||
|
||||
static u8 mode;
|
||||
|
||||
static unsigned int
|
||||
|
Loading…
Reference in New Issue
Block a user