aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-30 00:37:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-30 00:37:16 +0000
commit43639b5f18928912e3b9a83abc4d40f7e945e2e2 (patch)
tree3293d95db06f83130d5b91d791157f043e000c2b
parent743d4b63c9fb26cb1601e2e81a2c2d583d18a8b6 (diff)
downloadpfsense-packages-43639b5f18928912e3b9a83abc4d40f7e945e2e2.tar.gz
pfsense-packages-43639b5f18928912e3b9a83abc4d40f7e945e2e2.tar.bz2
pfsense-packages-43639b5f18928912e3b9a83abc4d40f7e945e2e2.zip
Disable bogus check.
-rw-r--r--packages/frickin/frickin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frickin/frickin.inc b/packages/frickin/frickin.inc
index 561cf7a4..ac7c7572 100644
--- a/packages/frickin/frickin.inc
+++ b/packages/frickin/frickin.inc
@@ -115,8 +115,8 @@ function frickin_generate_rules($type) {
case 'nat':
foreach ($ifaces as $iface) {
if(!$iface) {
- log_error("Not installing frickin pptp proxy rule. Please set it up");
- continue;
+ //log_error("Not installing frickin pptp proxy rule. Please set it up");
+ //continue;
}
$rules .= "rdr on $iface proto tcp from any to any port = 1723 -> 127.0.0.1\n";
$rules .= "rdr on $iface inet proto gre all -> 127.0.0.1\n";