summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-25 23:03:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-25 23:03:57 +0000
commit038970280a5290fd5d1fd3c69af6867fc0647718 (patch)
tree41aa1f3832736ae6acae95cdd527fbf9d381a2f8 /etc
parentafe53428c6780249a977a9c41bf8607c50a4c9dc (diff)
downloadpfsense-038970280a5290fd5d1fd3c69af6867fc0647718.zip
pfsense-038970280a5290fd5d1fd3c69af6867fc0647718.tar.gz
Macros do not need $ in front of them in the ruleset.
Pointy-hat-to: me
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 653e534..de4f211 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1299,7 +1299,7 @@ EOD;
$canadd = 1;
}
if($canadd == 0)
- $line .= "on \$" . $interface . " ";
+ $line .= "on " . $interface . " ";
}
if (isset($rule['protocol'])) {
OpenPOWER on IntegriCloud