Module Name: src
Committed By: gutteridge
Date: Tue Jan 8 01:19:16 UTC 2019
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
npf.conf(5): add a minor clarification about table types that can't
accept masks on IP addresses. Prompted by Rob Hunter in PR bin/51900.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 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.79 src/usr.sbin/npf/npfctl/npf.conf.5:1.80
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.79 Fri Sep 21 10:59:11 2018
+++ src/usr.sbin/npf/npfctl/npf.conf.5 Tue Jan 8 01:19:16 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.79 2018/09/21 10:59:11 uwe Exp $
+.\" $NetBSD: npf.conf.5,v 1.80 2019/01/08 01:19:16 gutteridge Exp $
.\"
.\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 21, 2018
+.Dd January 8, 2019
.Dt NPF.CONF 5
.Os
.Sh NAME
@@ -102,7 +102,7 @@ Tables of type
.Dq hash
and
.Dq cdb
-can only contain IP addresses.
+can only contain IP addresses, without masks.
Only static data can be used with a storage type of
.Dq cdb .
.Pp