FreeBSD Bugzilla – Attachment 153591 Details for
Bug 198080
security/tor patch to fix IPFW transparent proxy support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to fix using IPFW natively
patch-src_or_connection_edge.c (text/x-csrc), 478 bytes, created by
Kris Moore
on 2015-02-27 19:53:19 UTC
(
hide
)
Description:
Patch to fix using IPFW natively
Filename:
MIME Type:
Creator:
Kris Moore
Created:
2015-02-27 19:53:19 UTC
Size:
478 bytes
patch
obsolete
>--- src/or/connection_edge.c.orig 2015-02-26 16:49:50.952720442 -0500 >+++ src/or/connection_edge.c 2015-02-26 16:35:52.411777582 -0500 >@@ -1531,7 +1531,7 @@ > if (options->TransProxyType_parsed == TPT_PF_DIVERT) > return destination_from_socket(conn, req); > >- if (options->TransProxyType_parsed == TPT_DEFAULT) >+ if (options->TransProxyType_parsed == TPT_DEFAULT || options->TransProxyType_parsed == TPT_IPFW) > return destination_from_pf(conn, req); > > (void)conn;
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 Raw
Actions:
View
Attachments on
bug 198080
: 153591