summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-07 19:30:45 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-07 19:30:45 +0000
commit7ec05d27c73b9fd3ffa579e18b72040ba5fdec74 (patch)
treeb51ef368b0257403123b5af3287ce34eaf30316d /usr/local/www/diag_ping.php
parent1723f72d93c1e0d4c9a4ec9a56262e81a09d45b8 (diff)
downloadpfsense-7ec05d27c73b9fd3ffa579e18b72040ba5fdec74.zip
pfsense-7ec05d27c73b9fd3ffa579e18b72040ba5fdec74.tar.gz
* Rename link_int_to_bridge_interface to link_interface_to_bridge
* Create two new function link_interface_to_{gif,gre}
Diffstat (limited to 'usr/local/www/diag_ping.php')
-rwxr-xr-xusr/local/www/diag_ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index 9d2e44c..8a71f0c 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -91,7 +91,7 @@ include("head.inc"); ?>
<select name="interface" class="formfld">
<?php $interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename): ?>
- <option value="<?=$iface;?>" <?php if (!link_int_to_bridge_interface($iface) && $iface == $interface) echo "selected"; ?>>
+ <option value="<?=$iface;?>" <?php if (!link_interface_to_bridge($iface) && $iface == $interface) echo "selected"; ?>>
<?=htmlspecialchars($ifacename);?>
</option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud