diff options
author | luigi <luigi@FreeBSD.org> | 2003-07-22 07:41:24 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2003-07-22 07:41:24 +0000 |
commit | 6e0440c7df7efab49749a25ee9be7d78b8780c15 (patch) | |
tree | e41f080621adcfbce45e91eb664d69f74dfa4859 /sbin/ipfw | |
parent | 3357be8cacb0ba59394c8bef696b91d8ce1938ca (diff) | |
download | FreeBSD-src-6e0440c7df7efab49749a25ee9be7d78b8780c15.zip FreeBSD-src-6e0440c7df7efab49749a25ee9be7d78b8780c15.tar.gz |
Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 22dc548..c5515e0 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1654,6 +1654,10 @@ for the RED algorithm. .It Em net.inet.ip.fw.autoinc_step : No 100 Delta between rule numbers when auto-generating them. The value must be in the range 1..1000. +This variable is only present in +.Nm ipfw2 , +the delta is hardwired to 100 in +.Nm ipfw1 . .It Em net.inet.ip.fw.curr_dyn_buckets : Em net.inet.ip.fw.dyn_buckets The current number of buckets in the hash table for dynamic rules (readonly). |