MFp4 CH=191466:
Move fw_one_pass to where it belongs: it is a property of ipfw, not of ip_input. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 3 days
This commit is contained in:
parent
602624c623
commit
d10762bec7
@ -218,8 +218,6 @@ SYSCTL_VNET_INT(_net_inet_ip, OID_AUTO, output_flowtable_size, CTLFLAG_RDTUN,
|
||||
"number of entries in the per-cpu output flow caches");
|
||||
#endif
|
||||
|
||||
VNET_DEFINE(int, fw_one_pass) = 1;
|
||||
|
||||
static void ip_freef(struct ipqhead *, struct ipq *);
|
||||
|
||||
/*
|
||||
|
@ -113,6 +113,7 @@ static int default_to_accept;
|
||||
#endif
|
||||
|
||||
VNET_DEFINE(int, autoinc_step);
|
||||
VNET_DEFINE(int, fw_one_pass) = 1;
|
||||
|
||||
/*
|
||||
* Each rule belongs to one of 32 different sets (0..31).
|
||||
|
Loading…
x
Reference in New Issue
Block a user