summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-09-29 08:39:06 +0000
committerru <ru@FreeBSD.org>2000-09-29 08:39:06 +0000
commit105baa72f008f1d1a81329e845baa246d73f5d81 (patch)
tree4f6e079222ca05184052d65a79fb4724bff468d4 /sys/netinet/ip_fw.c
parent4a01729c287b698e698dcbd8517efae41260407d (diff)
downloadFreeBSD-src-105baa72f008f1d1a81329e845baa246d73f5d81.zip
FreeBSD-src-105baa72f008f1d1a81329e845baa246d73f5d81.tar.gz
Document that net.inet.ip.fw.one_pass only affects dummynet(4).
Noticed by: Peter Jeremy<peter.jeremy@alcatel.com.au>
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index ab12178..4c73a89 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -95,7 +95,7 @@ SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, CTLFLAG_RW,
&fw_enable, 0, "Enable ipfw");
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO,one_pass,CTLFLAG_RW,
&fw_one_pass, 0,
- "Only do a single pass through ipfw when using divert(4)/dummynet(4)");
+ "Only do a single pass through ipfw when using dummynet(4)");
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, debug, CTLFLAG_RW,
&fw_debug, 0, "Enable printing of debug ip_fw statements");
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, verbose, CTLFLAG_RW,
OpenPOWER on IntegriCloud