summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lagg.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-20 14:02:46 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-20 14:02:46 +0000
commit0605bbe327767862e49f77a03ac7b49511f8eeb3 (patch)
treef74d8dfa4f14e62e05d421353443a4c8b067ffce /usr/local/www/interfaces_lagg.php
parentcea35dd83f6575723dc4e1240da93328041c6eb0 (diff)
downloadpfsense-0605bbe327767862e49f77a03ac7b49511f8eeb3.zip
pfsense-0605bbe327767862e49f77a03ac7b49511f8eeb3.tar.gz
Add text, from lagg(4) man page, that explains what the various protocols do. Add even a note to explain that only un-assigned interfaces can be part of a lagg(4) interface with suggestion from http://forum.pfsense.org/index.php/topic,11614.0.html.
Diffstat (limited to 'usr/local/www/interfaces_lagg.php')
-rw-r--r--usr/local/www/interfaces_lagg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_lagg.php b/usr/local/www/interfaces_lagg.php
index 555f753..af74a2b 100644
--- a/usr/local/www/interfaces_lagg.php
+++ b/usr/local/www/interfaces_lagg.php
@@ -109,7 +109,7 @@ include("head.inc");
</font>
</td>
<td valign="middle" nowrap class="list"> <a href="interfaces_lagg_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
- &nbsp;<a href="interfaces_lagg.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this lagg tunnel?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
+ &nbsp;<a href="interfaces_lagg.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this lagg interface?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
</tr>
<?php $i++; endforeach; ?>
<tr>
@@ -120,7 +120,7 @@ include("head.inc");
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
Note:<br>
</strong></span>
- Something meaningful here.
+ To add an interface to a lagg, it must be un-assigned.
</td>
<td class="list">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud