Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/external/bsd/ipf/dist/man Pull up following revision(s) (...



details:   https://anonhg.NetBSD.org/src/rev/02ab6b30c5b3
branches:  netbsd-7
changeset: 799888:02ab6b30c5b3
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Apr 29 18:54:49 2016 +0000

description:
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

diffstat:

 external/bsd/ipf/dist/man/ipf.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 028bcb4060eb -r 02ab6b30c5b3 external/bsd/ipf/dist/man/ipf.5
--- a/external/bsd/ipf/dist/man/ipf.5   Fri Apr 29 18:53:11 2016 +0000
+++ b/external/bsd/ipf/dist/man/ipf.5   Fri Apr 29 18:54:49 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ipf.5,v 1.3 2012/07/22 14:27:50 darrenr Exp $
+.\"    $NetBSD: ipf.5,v 1.3.12.1 2016/04/29 18:54:49 snj Exp $
 .\"
 .TH IPF 5
 .SH NAME
@@ -356,7 +356,7 @@
 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



Home | Main Index | Thread Index | Old Index