Module Name: src
Committed By: snj
Date: Fri Apr 29 18:55:32 UTC 2016
Modified Files:
src/external/bsd/ipf/dist/man [netbsd-7-0]: ipf.5
Log Message:
Pull up following revision(s) (requested by khorben in ticket #1147):
external/bsd/ipf/dist/man/ipf.5: revision 1.5
Correct the example for the port range syntax
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.14.1 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.3.14.1
--- 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 Fri Apr 29 18:55:31 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: ipf.5,v 1.3 2012/07/22 14:27:50 darrenr Exp $
+.\" $NetBSD: ipf.5,v 1.3.14.1 2016/04/29 18:55:31 snj Exp $
.\"
.TH IPF 5
.SH NAME
@@ -356,7 +356,7 @@ block in proto tcp from any port >= 1024
pass in proto tcp from 10.1.0.0/24 to any port = 22
block out proto udp from any to 10.1.1.1 port = 135
pass in proto udp from 1.1.1.1 port = 123 to 10.1.1.1 port = 123
-pass in proto tcp from 127.0.0.0/8 to any port = 6000:6009
+pass in proto tcp from 127.0.0.0/8 to any port 6000:6009
.fi
.PP
If there is no desire to mention any specific source or destintion