FreeBSD Bugzilla – Attachment 151017 Details for
Bug 183198
[pf] pf tables not loaded if only used inside anchor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pf anchor generated table fix
freebsd.pfctl.anchor.optimize.patch (text/plain), 532 bytes, created by
krichy
on 2014-12-28 00:21:11 UTC
(
hide
)
Description:
pf anchor generated table fix
Filename:
MIME Type:
Creator:
krichy
Created:
2014-12-28 00:21:11 UTC
Size:
532 bytes
patch
obsolete
>--- sbin/pfctl/pfctl_optimize.c.orig 2014-12-27 23:33:29.453771106 +0100 >+++ sbin/pfctl/pfctl_optimize.c 2014-12-27 23:34:26.310463109 +0100 >@@ -1322,9 +1322,9 @@ > > > if (pfctl_define_table(tbl->pt_name, PFR_TFLAG_CONST, 1, >- pf->astack[0]->name, tbl->pt_buf, pf->astack[0]->ruleset.tticket)) { >+ pf->anchor->name, tbl->pt_buf, pf->astack[0]->ruleset.tticket)) { > warn("failed to create table %s in %s", >- tbl->pt_name, pf->astack[0]->name); >+ tbl->pt_name, pf->anchor->name); > return (1); > } > return (0);
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 183198
:
151017
|
151030
|
151074
|
151094
Working