Module Name: src
Committed By: maxv
Date: Fri Aug 31 11:11:21 UTC 2018
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
"interface" already contains "var-name", so don't mention it in "filt-addr",
that's redundant
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 src/usr.sbin/npf/npfctl/npf.conf.5:1.69
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.68 Fri Aug 31 11:01:09 2018
+++ src/usr.sbin/npf/npfctl/npf.conf.5 Fri Aug 31 11:11:21 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.68 2018/08/31 11:01:09 maxv Exp $
+.\" $NetBSD: npf.conf.5,v 1.69 2018/08/31 11:11:21 maxv Exp $
.\"
.\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -450,8 +450,7 @@ proto-opts = "flags" tcp-flags [ "/" tcp
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-addr = [ "!" ] [ interface | addr-mask | table-id | "any" ]
port-opts = "port" ( port-num | port-from "-" port-to | var-name )
.Ed