FreeBSD Bugzilla – Attachment 177396 Details for
Bug 214832
if_pflog subrulenr incorrectly set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix subrulenr
if_pflog.c.patch (text/plain), 303 bytes, created by
andywhite
on 2016-11-25 21:28:54 UTC
(
hide
)
Description:
patch to fix subrulenr
Filename:
MIME Type:
Creator:
andywhite
Created:
2016-11-25 21:28:54 UTC
Size:
303 bytes
patch
obsolete
>--- if_pflog.c.orig 2016-11-25 21:26:43.833797000 +0000 >+++ if_pflog.c 2016-11-25 21:27:26.312664000 +0000 >@@ -221,7 +221,7 @@ > > if (am == NULL) { > hdr.rulenr = htonl(rm->nr); >- hdr.subrulenr = 1; >+ hdr.subrulenr = -1; > } else { > hdr.rulenr = htonl(am->nr); > hdr.subrulenr = htonl(rm->nr);
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 214832
: 177396