summaryrefslogtreecommitdiffstats
path: root/sys/netinet/mlfk_ipl.c
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>2000-02-09 20:56:36 +0000
committerguido <guido@FreeBSD.org>2000-02-09 20:56:36 +0000
commit2fb4ae435fb81cf80118686a2955f9c3f4ef8e23 (patch)
tree3d20f7e5c636b91e4f4bbaccef1029fdcf11fb85 /sys/netinet/mlfk_ipl.c
parent0af99ab61af5d653b7d579370f26db7241b9aeae (diff)
downloadFreeBSD-src-2fb4ae435fb81cf80118686a2955f9c3f4ef8e23.zip
FreeBSD-src-2fb4ae435fb81cf80118686a2955f9c3f4ef8e23.tar.gz
Bring over ipfilter v3_3_8 kernel sources, including merging the
local modifications. Also fix initializing fr_running in KLD case. Rename ipl_inited to fr_runninhg in mlfk_ipl Approved by: jkh
Diffstat (limited to 'sys/netinet/mlfk_ipl.c')
-rw-r--r--sys/netinet/mlfk_ipl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/mlfk_ipl.c b/sys/netinet/mlfk_ipl.c
index 40c8783..732808d 100644
--- a/sys/netinet/mlfk_ipl.c
+++ b/sys/netinet/mlfk_ipl.c
@@ -73,8 +73,8 @@ SYSCTL_INT(_net_inet_ipf, OID_AUTO, fr_ipfrttl, CTLFLAG_RW,
&fr_ipfrttl, 0, "");
SYSCTL_INT(_net_inet_ipf, OID_AUTO, ipl_unreach, CTLFLAG_RW,
&ipl_unreach, 0, "");
-SYSCTL_INT(_net_inet_ipf, OID_AUTO, ipl_inited, CTLFLAG_RD,
- &ipl_inited, 0, "");
+SYSCTL_INT(_net_inet_ipf, OID_AUTO, fr_running, CTLFLAG_RD,
+ &fr_running, 0, "");
SYSCTL_INT(_net_inet_ipf, OID_AUTO, fr_authsize, CTLFLAG_RD,
&fr_authsize, 0, "");
SYSCTL_INT(_net_inet_ipf, OID_AUTO, fr_authused, CTLFLAG_RD,
OpenPOWER on IntegriCloud