Module Name: src Committed By: martin Date: Tue Mar 14 17:12:38 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1612 and #1613 To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.4 diff -u src/doc/CHANGES-9.4:1.1.2.57 src/doc/CHANGES-9.4:1.1.2.58 --- src/doc/CHANGES-9.4:1.1.2.57 Mon Mar 13 21:38:46 2023 +++ src/doc/CHANGES-9.4 Tue Mar 14 17:12:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.57 2023/03/13 21:38:46 jdc Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.58 2023/03/14 17:12:37 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1278,3 +1278,17 @@ build.sh 1.366 via patch does not actually require it. [martin, ticket #1611] +sys/net/npf/npf_params.c 1.6 +usr.sbin/npf/npf-params.7 1.9 + + PR 55654: Switch default for parameter npf ip4.reassembly to 1. + [kardel, ticket #1612] + +sys/net/npf/npf.h 1.64 +sys/net/npf/npf_mbuf.c 1.25 +sys/net/npf/npf_sendpkt.c 1.23 + + PR kern/56052: allow block-return packets passed through + without rule matching. + [kardel, ticket #1613] +