Fix mispelling in a comment.
This commit is contained in:
parent
82f14002cb
commit
de56c0d123
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: pf.boot.conf,v 1.1 2005/08/23 12:12:56 peter Exp $
|
||||
# $NetBSD: pf.boot.conf,v 1.2 2006/01/10 20:53:24 reed Exp $
|
||||
#
|
||||
# /etc/defaults/pf.boot.conf --
|
||||
# initial configuration for pf(4)
|
||||
|
@ -23,7 +23,7 @@ pass out proto { tcp, udp } from any to any port 53 keep state
|
|||
# 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 sollicitation and advertisement.
|
||||
# Allow IPv6 router/neighbor solicitation and advertisement.
|
||||
pass out inet6 proto icmp6 all icmp6-type neighbrsol
|
||||
pass in inet6 proto icmp6 all icmp6-type neighbradv
|
||||
pass out inet6 proto icmp6 all icmp6-type routersol
|
||||
|
|
Loading…
Reference in New Issue