diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-05-03 03:14:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-05-03 03:14:39 +0000 |
commit | 21ec1413962e9495880ce4be2fede956b695de10 (patch) | |
tree | 88918e6d2d99989b8903f12f78e2d1f4695d4f9a /security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp | |
parent | 763f9e966135f66abb55b5d9ad5b9aa298feb426 (diff) |
Notes
Diffstat (limited to 'security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp')
-rw-r--r-- | security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp b/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp index 9cf6bf34c322..cdd29413541a 100644 --- a/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp +++ b/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp @@ -11,14 +11,3 @@ diff -urPN --exclude=CVS --exclude=.svn --exclude=00_TRANS.TBL export/home/cy/fr { PolicyRule *r= compiler->dbcopy->createPolicyRule(); compiler->temp_ruleset->add(r); -@@ -1080,9 +1079,7 @@ - add( new fillDirection("determine directions" )); - - // commented out for bug #2828602 --// ... and put back per #2844561 --// both bug reports/patches are by Tom Judge (tomjudge on sourceforge) -- add( new SplitDirection("split rules with direction 'both'" )); -+// add( new SplitDirection("split rules with direction 'both'" )); - - add( new addLoopbackForRedirect( - "add loopback to rules that permit redirected services" ) ); |