summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lagg_edit.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-17 23:31:02 +0100
committerRenato Botelho <garga@FreeBSD.org>2014-03-18 16:09:05 -0300
commit1d7ba6839606966cf26b1eb8d0ccd440cde9c833 (patch)
treeadec90e87931a07c301c2bbea25885c1cfcd411d /usr/local/www/interfaces_lagg_edit.php
parentd5d22d6e36120b3250d337dccd3194d1a61c4451 (diff)
downloadpfsense-1d7ba6839606966cf26b1eb8d0ccd440cde9c833.zip
pfsense-1d7ba6839606966cf26b1eb8d0ccd440cde9c833.tar.gz
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
Diffstat (limited to 'usr/local/www/interfaces_lagg_edit.php')
-rw-r--r--usr/local/www/interfaces_lagg_edit.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/usr/local/www/interfaces_lagg_edit.php b/usr/local/www/interfaces_lagg_edit.php
index fb4758b..f84a0c8 100644
--- a/usr/local/www/interfaces_lagg_edit.php
+++ b/usr/local/www/interfaces_lagg_edit.php
@@ -3,7 +3,7 @@
/*
interfaces_lagg_edit.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -160,7 +160,7 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Choose the members that will be used for the link aggregation"); ?>.</span></td>
</tr>
<tr>
@@ -176,20 +176,20 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<ul class="vexpl">
<li>
- <b><?=gettext("failover"); ?></b><br/>
+ <b><?=gettext("failover"); ?></b><br />
<?=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><li>
- <b><?=gettext("fec"); ?></b><br/> <?=gettext("Supports Cisco EtherChannel. This is a static setup and " .
+ <b><?=gettext("fec"); ?></b><br /> <?=gettext("Supports Cisco EtherChannel. This is a static setup and " .
"does not negotiate aggregation with the peer or exchange " .
"frames to monitor the link."); ?>
</li><li>
- <b><?=gettext("lacp"); ?></b><br/> <?=gettext("Supports the IEEE 802.3ad Link Aggregation Control Protocol " .
+ <b><?=gettext("lacp"); ?></b><br /> <?=gettext("Supports the IEEE 802.3ad Link Aggregation Control Protocol " .
"(LACP) and the Marker Protocol. LACP will negotiate a set " .
"of aggregable links with the peer in to one or more Link " .
"Aggregated Groups. Each LAG is composed of ports of the " .
@@ -200,7 +200,7 @@ include("head.inc");
"connectivity, Link Aggregation will quickly converge to a " .
"new configuration."); ?>
</li><li>
- <b><?=gettext("loadbalance"); ?></b><br/> <?=gettext("Balances outgoing traffic across the active ports based on " .
+ <b><?=gettext("loadbalance"); ?></b><br /> <?=gettext("Balances outgoing traffic across the active ports based on " .
"hashed protocol header information and accepts incoming " .
"traffic from any active port. This is a static setup and " .
"does not negotiate aggregation with the peer or exchange " .
@@ -208,11 +208,11 @@ include("head.inc");
"source and destination address, and, if available, the VLAN " .
"tag, and the IP source and destination address") ?>.
</li><li>
- <b><?=gettext("roundrobin"); ?></b><br/> <?=gettext("Distributes outgoing traffic using a round-robin scheduler " .
+ <b><?=gettext("roundrobin"); ?></b><br /> <?=gettext("Distributes outgoing traffic using a round-robin scheduler " .
"through all active ports and accepts incoming traffic from " .
"any active port"); ?>.
</li><li>
- <b><?=gettext("none"); ?></b><br/> <?=gettext("This protocol is intended to do nothing: it disables any " .
+ <b><?=gettext("none"); ?></b><br /> <?=gettext("This protocol is intended to do nothing: it disables any " .
"traffic without disabling the lagg interface itself"); ?>.
</li>
</ul>
@@ -222,7 +222,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/> <span class="vexpl"><?=gettext("You may enter a description here " .
+ <br /> <span class="vexpl"><?=gettext("You may enter a description here " .
"for your reference (not parsed)"); ?>.</span></td>
</tr>
<tr>
OpenPOWER on IntegriCloud