FreeBSD Bugzilla – Attachment 129494 Details for
Bug 173477
[kernel] [patch] mpath bugfixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch_pf_table.txt
patch_pf_table.txt (text/plain), 593 bytes, created by
Ingo Flaschberger
on 2012-11-09 01:57:18 UTC
(
hide
)
Description:
patch_pf_table.txt
Filename:
MIME Type:
Creator:
Ingo Flaschberger
Created:
2012-11-09 01:57:18 UTC
Size:
593 bytes
patch
obsolete
>--- /usr/src/sys/contrib/pf/net/pf_table.c 2012-07-18 18:13:03.000000000 +0200 >+++ /router/usr/src/sys/contrib/pf/net/pf_table.c 2012-11-09 02:26:24.000000000 +0100 >@@ -1165,17 +1165,9 @@ > #endif > if (KENTRY_NETWORK(ke)) { > pfr_prepare_network(&mask, ke->pfrke_af, ke->pfrke_net); >-#ifdef __FreeBSD__ >- rn = rn_delete(&ke->pfrke_sa, &mask, head); >-#else > rn = rn_delete(&ke->pfrke_sa, &mask, head, NULL); >-#endif > } else >-#ifdef __FreeBSD__ >- rn = rn_delete(&ke->pfrke_sa, NULL, head); >-#else > rn = rn_delete(&ke->pfrke_sa, NULL, head, NULL); >-#endif > splx(s); > > if (rn == NULL) {
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 173477
:
129493
| 129494