diff options
author | maxim <maxim@FreeBSD.org> | 2004-03-26 19:09:22 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-03-26 19:09:22 +0000 |
commit | b44c8fb7c57ffb40978a017e81b44565fe5fb811 (patch) | |
tree | 74038575a4adf152627488b78029f30d94c628ae /sbin/ipfw | |
parent | 714a4cc72be6d9daf69a190044f07602d083350e (diff) | |
download | FreeBSD-src-b44c8fb7c57ffb40978a017e81b44565fe5fb811.zip FreeBSD-src-b44c8fb7c57ffb40978a017e81b44565fe5fb811.tar.gz |
o The lenght of the port list is limited to 30 entries in ipfw2 not to 15.
PR: docs/64534
Submitted by: Dmitry Cherkasov
MFC after: 1 week
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index d57d324..c29bcc4 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1829,7 +1829,7 @@ does not support address sets or lists of addresses. .It Port specifications .Nm ipfw1 only allows one port range when specifying TCP and UDP ports, and -is limited to 10 entries instead of the 15 allowed by +is limited to 10 entries instead of the 30 allowed by .Nm ipfw2 . Also, in .Nm ipfw1 |