summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-16 19:45:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-16 19:45:43 +0000
commita63da015cff3b0b9cf90511f77df5babbabd9ac3 (patch)
tree3fdbb391eb7b8986b6fd48d6833a77bb1e02e849 /etc
parent06c60c2095ab54fb5626933d2c09f2bea7391946 (diff)
downloadpfsense-a63da015cff3b0b9cf90511f77df5babbabd9ac3.zip
pfsense-a63da015cff3b0b9cf90511f77df5babbabd9ac3.tar.gz
Remove () for non-interface ip's
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 0e67a12..0e097f5 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1351,7 +1351,7 @@ EOD;
}
if($rule['returngateway'] <> "") {
- $line .= "reply-to (" . $rule['returngateway'] . ") ";
+ $line .= "reply-to " . $rule['returngateway'] . " ";
}
if (isset($rule['protocol'])) {
OpenPOWER on IntegriCloud