summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-25 23:13:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-25 23:13:06 +0000
commite3f41a28e4616e6c82923f560989a36a5447e8a6 (patch)
tree01d55a1d8cfa0dc79f82b654d9a5242c5c28c01a /etc
parent038970280a5290fd5d1fd3c69af6867fc0647718 (diff)
downloadpfsense-e3f41a28e4616e6c82923f560989a36a5447e8a6.zip
pfsense-e3f41a28e4616e6c82923f560989a36a5447e8a6.tar.gz
* back out \$ interface change
* do not return () around interfaces
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
-rw-r--r--etc/inc/pfsense-utils.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index de4f211..3395a94 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'])) {
@@ -1606,4 +1606,4 @@ function create_firewall_outgoing_rules_to_itself() {
return $rule;
}
-?>
+?> \ No newline at end of file
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index c4e6e1f..42c3e1b 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -166,7 +166,7 @@ function link_ip_to_carp_interface($ip) {
$interface = filter_opt_interface_to_real($ifname);
if($ft_ip == $carp_ft_ip)
if(stristr($carp_ints,$carp_int) == FALSE)
- $carp_ints .= " (" . $carp_int . ")";
+ $carp_ints .= $carp_int;
}
}
return $carp_ints;
@@ -486,4 +486,4 @@ function update_progress_bar($percent) {
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud