summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-04-08 01:01:36 -0500
committerChris Buechler <cmb@pfsense.org>2013-04-08 01:01:36 -0500
commit6fee465552093eca81c002ede9f429c897d437d8 (patch)
treef2ef8856e55c5f16e9858b2af82f5954276545c3 /usr/local/www/diag_ping.php
parentde612cea307b0f080e6286b9d6fc8ae16981ccb6 (diff)
downloadpfsense-6fee465552093eca81c002ede9f429c897d437d8.zip
pfsense-6fee465552093eca81c002ede9f429c897d437d8.tar.gz
call the default source IP selection Default rather than "Any"
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 98a3bdd..e2c3037 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -111,7 +111,7 @@ include("head.inc"); ?>
<td width="22%" valign="top" class="vncell"><?=gettext("Source Address"); ?></td>
<td width="78%" class="vtable">
<select name="sourceip" class="formselect">
- <option value="">Any</option>
+ <option value="">Default</option>
<?php $sourceips = get_possible_traffic_source_addresses();
foreach ($sourceips as $sip):
$selected = "";
OpenPOWER on IntegriCloud