Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pf/etc/defaults pf.boot.conf: remove lingering refe...



details:   https://anonhg.NetBSD.org/src/rev/5b647ed60744
branches:  trunk
changeset: 448992:5b647ed60744
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sun Feb 17 20:45:47 2019 +0000

description:
pf.boot.conf: remove lingering references to dhclient(8), and while
here, capitalize acronyms. Addresses part of PR misc/53669.

diffstat:

 usr.sbin/pf/etc/defaults/pf.boot.conf |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r f1ba5f409880 -r 5b647ed60744 usr.sbin/pf/etc/defaults/pf.boot.conf
--- a/usr.sbin/pf/etc/defaults/pf.boot.conf     Sun Feb 17 20:25:46 2019 +0000
+++ b/usr.sbin/pf/etc/defaults/pf.boot.conf     Sun Feb 17 20:45:47 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pf.boot.conf,v 1.4 2017/05/26 15:40:27 hauke Exp $
+#      $NetBSD: pf.boot.conf,v 1.5 2019/02/17 20:45:47 gutteridge Exp $
 #
 # /etc/defaults/pf.boot.conf --
 #      initial configuration for pf(4)
@@ -15,12 +15,12 @@
 # Don't block loopback.
 pass on lo0
 
-# Allow outgoing dns, needed by pfctl to resolve names.
+# Allow outgoing DNS, needed by pfctl to resolve names.
 pass out proto { tcp, udp } from any to any port 53 keep state
 
-# Allow outgoing ping request, might be needed by dhclient to validate
-# old (but valid) leases in /var/db/dhclient.leases in case it needs to
-# fall back to such a lease (the dhcp server can be down or not responding).
+# Allow outgoing ping request, might be used by a DHCP client to validate
+# old (but valid) leases in case it needs to fall back to such a lease
+# (the DHCP server can be down or not responding).
 pass out inet proto icmp all icmp-type echoreq keep state
 
 # Allow IPv6 router/neighbor solicitation and advertisement.
@@ -29,5 +29,5 @@
 pass out inet6 proto ipv6-icmp all icmp6-type routersol
 pass in inet6 proto ipv6-icmp all icmp6-type routeradv
 
-# Enable carp, to avoid spurious failovers.
+# Enable CARP, to avoid spurious failovers.
 pass proto carp



Home | Main Index | Thread Index | Old Index