summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-05-18 22:34:44 +0000
committerbz <bz@FreeBSD.org>2009-05-18 22:34:44 +0000
commitf8a2471f8c4ef9ddc624317d9fadbfa16fe01eda (patch)
treec5135e3c7bd5670201dc8aad6e9c1eb306b4fb33 /sys/netinet/ip_fw2.c
parent94241912dc47864055ebcbc3eed24cc0cdafc6f4 (diff)
downloadFreeBSD-src-f8a2471f8c4ef9ddc624317d9fadbfa16fe01eda.zip
FreeBSD-src-f8a2471f8c4ef9ddc624317d9fadbfa16fe01eda.tar.gz
Revert the logical change of r192341.
net.inet.ip.fw.one_pass is a classic ip_input.c variable and is used in the pfil and bridge code as well. As ipfw is loadable we need to always provide it. That is the reason why it lives in struct vnet_inet and not in struct vnet_ipfw.
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index ab238c0..965cddb 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -182,7 +182,7 @@ SYSCTL_V_PROC(V_NET, vnet_ipfw, _net_inet_ip_fw, OID_AUTO, enable,
ipfw_chg_hook, "I", "Enable ipfw");
SYSCTL_V_INT(V_NET, vnet_ipfw, _net_inet_ip_fw, OID_AUTO, autoinc_step,
CTLFLAG_RW, autoinc_step, 0, "Rule number auto-increment step");
-SYSCTL_V_INT(V_NET, vnet_ipfw, _net_inet_ip_fw, OID_AUTO, one_pass,
+SYSCTL_V_INT(V_NET, vnet_inet, _net_inet_ip_fw, OID_AUTO, one_pass,
CTLFLAG_RW | CTLFLAG_SECURE3, fw_one_pass, 0,
"Only do a single pass through ipfw when using dummynet(4)");
SYSCTL_V_INT(V_NET, vnet_ipfw, _net_inet_ip_fw, OID_AUTO, verbose,
OpenPOWER on IntegriCloud