Module Name: src Committed By: apb Date: Tue Mar 24 19:46:58 UTC 2015
Modified Files: src/external/bsd/ipf/dist/man: ipf.5 Log Message: Fix the description of "< x" and "x <> y" for port numbers. Patch for "< x" from Timo Buhrmester, and for "x <> y" from me. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ipf/dist/man/ipf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/ipf/dist/man/ipf.5 diff -u src/external/bsd/ipf/dist/man/ipf.5:1.3 src/external/bsd/ipf/dist/man/ipf.5:1.4 --- src/external/bsd/ipf/dist/man/ipf.5:1.3 Sun Jul 22 14:27:50 2012 +++ src/external/bsd/ipf/dist/man/ipf.5 Tue Mar 24 19:46:58 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: ipf.5,v 1.3 2012/07/22 14:27:50 darrenr Exp $ +.\" $NetBSD: ipf.5,v 1.4 2015/03/24 19:46:58 apb Exp $ .\" .TH IPF 5 .SH NAME @@ -326,8 +326,6 @@ Due to port numbers being used different possible to match on them in different ways. IPFilter allows you to use the following logical operations: .IP "< x" -is true if the port number is greater than or equal to x and less than or -equal to y is true if the port number in the packet is less than x .IP "<= x" is true if the port number in the packet is less than or equal to x @@ -342,7 +340,7 @@ is true if the port number in the packet .PP Additionally, there are a number of ways to specify a range of ports: .IP "x <> y" -is true if the port number is less than a and greater than y +is true if the port number is less than x and greater than y .IP "x >< y" is true if the port number is greater than x and less than y .IP "x:y"