FreeBSD Bugzilla – Attachment 157492 Details for
Bug 200330
panic: pf_addr_cmp: unknown address family 0 when scrub fragment drop-ovl is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible patch
bug200330.patch (text/plain), 451 bytes, created by
Kristof Provost
on 2015-06-07 03:37:19 UTC
(
hide
)
Description:
Possible patch
Filename:
MIME Type:
Creator:
Kristof Provost
Created:
2015-06-07 03:37:19 UTC
Size:
451 bytes
patch
obsolete
>diff --git a/sys/netpfil/pf/pf_norm.c b/sys/netpfil/pf/pf_norm.c >index 3f210c2..3888ef6 100644 >--- a/sys/netpfil/pf/pf_norm.c >+++ b/sys/netpfil/pf/pf_norm.c >@@ -823,6 +823,7 @@ pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, > (*frag)->fr_max = 0; > (*frag)->fr_src.v4 = h->ip_src; > (*frag)->fr_dst.v4 = h->ip_dst; >+ (*frag)->fr_af = AF_INET; > (*frag)->fr_id = h->ip_id; > (*frag)->fr_timeout = time_uptime; >
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 200330
:
156944
|
157012
|
157060
| 157492 |
157587