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 Add quotes around the option names, to m...
details: https://anonhg.NetBSD.org/src/rev/9d4e7ea768aa
branches: trunk
changeset: 365460:9d4e7ea768aa
user: maxv <maxv%NetBSD.org@localhost>
date: Thu Aug 16 08:51:53 2018 +0000
description:
Add quotes around the option names, to match the actual npf conf.
diffstat:
usr.sbin/npf/npfctl/npf.conf.5 | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 0bfe024aee70 -r 9d4e7ea768aa usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5 Thu Aug 16 08:37:51 2018 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5 Thu Aug 16 08:51:53 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.54 2018/08/16 08:37:51 maxv Exp $
+.\" $NetBSD: npf.conf.5,v 1.55 2018/08/16 08:51:53 maxv Exp $
.\"
.\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -250,14 +250,18 @@
.El
.Pp
The available normalization options are:
-.Bl -tag -width Xmin-ttlXvalueXX -offset indent
-.It random-id
+.Bl -tag -width XXmin-ttlXXvalueXX -offset indent
+.It Dq random-id
Randomize the IPv4 ID parameter.
-.It min-ttl Ar value
+.It Dq min-ttl Xo
+.Ar value
+.Xc
Enforce a minimum value for the IPv4 Time To Live (TTL) parameter.
-.It max-mss Ar value
+.It Dq max-mss Xo
+.Ar value
+.Xc
Enforce a maximum value for the MSS on TCP packets.
-.It no-df
+.It Dq no-df
Remove the Don't Fragment (DF) flag from IPv4 packets.
.El
.Pp
Home |
Main Index |
Thread Index |
Old Index