Module Name: src Committed By: martin Date: Wed Oct 2 18:06:53 UTC 2024
Modified Files: src/etc/defaults [netbsd-10]: npf.boot.conf Log Message: Pull up following revision(s) (requested by nakayama in ticket #913): etc/defaults/npf.boot.conf: revision 1.4 Allow DHCPv6 so that dhcpcd(8) does not complain at boot when using ia_pd option. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.6.1 src/etc/defaults/npf.boot.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/defaults/npf.boot.conf diff -u src/etc/defaults/npf.boot.conf:1.3 src/etc/defaults/npf.boot.conf:1.3.6.1 --- src/etc/defaults/npf.boot.conf:1.3 Sun Aug 9 23:43:58 2020 +++ src/etc/defaults/npf.boot.conf Wed Oct 2 18:06:53 2024 @@ -1,4 +1,4 @@ -# $NetBSD: npf.boot.conf,v 1.3 2020/08/09 23:43:58 gutteridge Exp $ +# $NetBSD: npf.boot.conf,v 1.3.6.1 2024/10/02 18:06:53 martin Exp $ # # /etc/defaults/npf.boot.conf -- # initial configuration for npf(7) @@ -28,6 +28,8 @@ pass stateful out proto icmp icmp-type e # Allow DHCP pass out family inet4 proto udp from any port bootpc to any port bootps pass in family inet4 proto udp from any port bootps to any port bootpc +pass out family inet6 proto udp from any port "dhcpv6-client" to any port "dhcpv6-server" +pass in family inet6 proto udp from any port "dhcpv6-server" to any port "dhcpv6-client" # Allow IPv6 router/neighbor solicitation and advertisement. pass out family inet6 proto ipv6-icmp icmp-type rtsol all