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:
Bjoern A. Zeeb 2011-04-20 07:55:33 +00:00
parent b29b9bcbfb
commit ec4f97277f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220878
2 changed files with 1 additions and 2 deletions

View File

@ -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 *);
/*

View File

@ -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).