Module Name: src
Committed By: maxv
Date: Fri Aug 31 11:01:09 UTC 2018
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
should be port-opts
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/npf/npfctl/npf.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npfctl/npf.conf.5
diff -u src/usr.sbin/npf/npfctl/npf.conf.5:1.67 src/usr.sbin/npf/npfctl/npf.conf.5:1.68
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.67 Fri Aug 31 10:52:30 2018
+++ src/usr.sbin/npf/npfctl/npf.conf.5 Fri Aug 31 11:01:09 2018
@@ -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 @@ addr-mask = addr [ "/" mask ]
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