NetBSD-Bugs archive

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

PR/55403 CVS commit: [netbsd-10] src/usr.sbin/npf



The following reply was made to PR bin/55403; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55403 CVS commit: [netbsd-10] src/usr.sbin/npf
Date: Sun, 17 Nov 2024 13:18:59 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Nov 17 13:18:59 UTC 2024
 
 Modified Files:
 	src/usr.sbin/npf/npfctl [netbsd-10]: npf_bpf_comp.c
 	src/usr.sbin/npf/npftest [netbsd-10]: npftest.conf
 	src/usr.sbin/npf/npftest/libnpftest [netbsd-10]: npf_rule_test.c
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #1002):
 
 	usr.sbin/npf/npftest/npftest.conf: revision 1.10
 	usr.sbin/npf/npftest/npftest.conf: revision 1.11
 	usr.sbin/npf/npftest/npftest.conf: revision 1.12
 	usr.sbin/npf/npfctl/npf_bpf_comp.c: revision 1.17
 	usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.20
 	usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.21
 	usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.22
 	usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.23
 	tests/net/npf/t_npf.sh: revision 1.5
 	tests/net/npf/t_npf.sh: revision 1.6
 	tests/net/npf/t_npf.sh: revision 1.7
 
 npftest: Add AF_* parameter to test cases.
 No functional change intended.
 Preparation to add test cases for:
 PR bin/55403: npfctl miscompiles IPv6 rules
 
 npftest: Add a test to match groups of IPv6 addresses.
 The npf_rule test group is now an xfail.  (npftest doesn't have a way
 to mark individual cases in a test group as xfail, so this will have
 to do for now.)
 PR bin/55403: npfctl miscompiles IPv6 rules
 
 npftest: Fix newly added test.
 - Adapt new test to actually exercise new rules.
 - Mark the right test xfail.
 PR bin/55403: npfctl miscompiles IPv6 rules
 
 npftest: Expand test cases to cover more compiler paths.
 Cover masked ranges with full- and partial-word sizes.
 PR bin/55403: npfctl miscompiles IPv6 rules
 
 npfctl(8): Fix compiling multiword comparisons, i.e., IPv6 addrs.
 PR bin/55403: npfctl miscompiles IPv6 rules
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.16.6.1 src/usr.sbin/npf/npfctl/npf_bpf_comp.c
 cvs rdiff -u -r1.9 -r1.9.6.1 src/usr.sbin/npf/npftest/npftest.conf
 cvs rdiff -u -r1.19 -r1.19.8.1 \
     src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index