summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_ping.php8
-rwxr-xr-xusr/local/www/diag_traceroute.php8
2 files changed, 16 insertions, 0 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index 5dee4d6..73771a4 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -151,6 +151,14 @@ include("head.inc"); ?>
?>
</td>
</tr>
+ <tr>
+ <td valign="top" colspan="2">
+ &nbsp;
+ </td>
+ <td width="78%">
+ <B>NOTE!</B> Multi-wan is not supported from this utility currently.
+ </td>
+ </tr>
</table>
</form>
</td></tr></table>
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index 524f3ef..1b16a93 100755
--- a/usr/local/www/diag_traceroute.php
+++ b/usr/local/www/diag_traceroute.php
@@ -115,6 +115,14 @@ if (!isset($do_traceroute)) {
?>
</td>
</tr>
+ <tr>
+ <td valign="top" colspan="2">
+ &nbsp;
+ </td>
+ <td width="78%">
+ <B>NOTE!</B> Multi-wan is not supported from this utility currently.
+ </td>
+ </tr>
</table>
</form>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud