Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/npf/npfctl should be port-opts



details:   https://anonhg.NetBSD.org/src/rev/9ca9dd110f59
branches:  trunk
changeset: 366514:9ca9dd110f59
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Aug 31 11:01:09 2018 +0000

description:
should be port-opts

diffstat:

 usr.sbin/npf/npfctl/npf.conf.5 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8a9efd434a6a -r 9ca9dd110f59 usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5    Fri Aug 31 10:52:30 2018 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5    Fri Aug 31 11:01:09 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.67 2018/08/31 10:52:30 maxv Exp $
+.\"    $NetBSD: npf.conf.5,v 1.68 2018/08/31 11:01:09 maxv Exp $
 .\"
 .\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -452,7 +452,8 @@
 filt-opts      = "from" filt-addr [ port-opts ] "to" filt-addr [ port-opts ]
 filt-addr      = [ "!" ] [ interface | var-name |
                   addr-mask | table-id | "any" ]
-filt-port      = "port" ( port-num | port-from "-" port-to | var-name )
+
+port-opts      = "port" ( port-num | port-from "-" port-to | var-name )
 .Ed
 .\" -----
 .Sh FILES



Home | Main Index | Thread Index | Old Index