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 npf.conf(5): add a minor clarification a...



details:   https://anonhg.NetBSD.org/src/rev/07e9da817779
branches:  trunk
changeset: 447338:07e9da817779
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Tue Jan 08 01:19:16 2019 +0000

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

diffstat:

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

diffs (27 lines):

diff -r fde35dbc0fa4 -r 07e9da817779 usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5    Tue Jan 08 00:22:11 2019 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5    Tue Jan 08 01:19:16 2019 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index