Commit 7cbab9f3 authored by Fabian Franz's avatar Fabian Franz

fixes in interfaces_lagg_edit.php

parent e0d863ed
......@@ -210,8 +210,8 @@ legacy_html_escape_form_data($pconfig);
<div class="hidden" for="help_for_proto">
<ul>
<li><b><?=gettext("failover"); ?></b></li>
<?=gettext("Sends and receives traffic only through the master port. If " .
"the master port becomes unavailable, the next active port is " .
<?=gettext("Sends and receives traffic only through the master port. " .
"If the master port becomes unavailable, the next active port is " .
"used. The first interface added is the master port; any " .
"interfaces added after that are used as failover devices."); ?>
<li><b><?=gettext("fec"); ?></b><br /></li>
......@@ -237,14 +237,14 @@ legacy_html_escape_form_data($pconfig);
"does not negotiate aggregation with the peer or exchange " .
"frames to monitor the link. The hash includes the Ethernet " .
"source and destination address, and, if available, the VLAN " .
"tag, and the IP source and destination address") ?>.
"tag, and the IP source and destination address.") ?>
<li><b><?=gettext("roundrobin"); ?></b></li>
<?=gettext("Distributes outgoing traffic using a round-robin scheduler " .
"through all active ports and accepts incoming traffic from " .
"any active port"); ?>.
"any active port."); ?>
<li><b><?=gettext("none"); ?></b></li>
<?=gettext("This protocol is intended to do nothing: it disables any " .
"traffic without disabling the lagg interface itself"); ?>.
<?=gettext("This protocol is intended to do nothing: It disables any " .
"traffic without disabling the lagg interface itself."); ?>
</ul>
</div>
......@@ -255,8 +255,7 @@ legacy_html_escape_form_data($pconfig);
<td>
<input name="descr" type="text" value="<?=$pconfig['descr'];?>" />
<div class="hidden" for="help_for_descr">
<?=gettext("You may enter a description here " .
"for your reference (not parsed)."); ?>
<?=gettext("You may enter a description here for your reference (not parsed)."); ?>
</div>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment