Fix transparent proxy checks to allow OS X to use ipfw or pf

OS X uses ipfw (FreeBSD) or pf (OpenBSD). Update the transparent
proxy option checks to allow for both ipfw and pf on OS X.

Fixes bug 14002.
This commit is contained in:
teor
2014-12-20 22:27:21 +11:00
parent f7e8bc2b4b
commit d93516c445
2 changed files with 13 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- OS X uses ipfw (FreeBSD) or pf (OpenBSD). Update the transparent
proxy option checks to allow for both ipfw and pf on OS X.
Fixes bug 14002.