NetBSD-Bugs archive

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

PR/56990 CVS commit: [netbsd-8] src/sys/net/npf



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56990 CVS commit: [netbsd-8] src/sys/net/npf
Date: Wed, 23 Aug 2023 18:25:04 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Aug 23 18:25:04 UTC 2023
 
 Modified Files:
 	src/sys/net/npf [netbsd-8]: npf_ruleset.c
 
 Log Message:
 Pull up following revision(s) (requested by kardel in ticket #1893):
 
 	sys/net/npf/npf_ruleset.c: revision 1.52
 
 The analysis documented in PR misc/56990 is correct.
 
 Fix by not returning when encountering a ruleset rule.
 
 The code up to now would stop at any group rule.
 ruleset rules are marked as group rule and a dynamic rule.
 processing is only finished when a result is present AND
 we are looking at a plain group rule.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.45 -r1.45.6.1 src/sys/net/npf/npf_ruleset.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