FreeBSD Bugzilla – Attachment 253525 Details for
Bug 281082
sys/netgraph/ng_ipfw.c: Using 32bit cookies breaks ipfw ngtee
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
ng_ipfw.c.diff (text/plain), 519 bytes, created by
Eugene Grosbein
on 2024-09-12 17:44:13 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2024-09-12 17:44:13 UTC
Size:
519 bytes
patch
obsolete
>--- sys/netgraph/ng_ipfw.c.orig 2024-09-13 00:01:22.364263000 +0700 >+++ sys/netgraph/ng_ipfw.c 2024-09-13 00:39:29.959834000 +0700 >@@ -291,7 +291,7 @@ ng_ipfw_input(struct mbuf **m0, struct ip_fw_args *fwa > * Node must be loaded and corresponding hook must be present. > */ > if (fw_node == NULL || >- (hook = ng_ipfw_findhook1(fw_node, fwa->rule.info)) == NULL) >+ (hook = ng_ipfw_findhook1(fw_node, fwa->rule.info & IPFW_INFO_MASK)) == NULL) > return (ESRCH); /* no hook associated with this rule */ > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281082
: 253525