Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7cbab9f3
Commit
7cbab9f3
authored
Jul 16, 2016
by
Fabian Franz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes in interfaces_lagg_edit.php
parent
e0d863ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
interfaces_lagg_edit.php
src/www/interfaces_lagg_edit.php
+15
-16
No files found.
src/www/interfaces_lagg_edit.php
View file @
7cbab9f3
...
@@ -210,41 +210,41 @@ legacy_html_escape_form_data($pconfig);
...
@@ -210,41 +210,41 @@ legacy_html_escape_form_data($pconfig);
<div
class=
"hidden"
for=
"help_for_proto"
>
<div
class=
"hidden"
for=
"help_for_proto"
>
<ul>
<ul>
<li><b>
<?=
gettext
(
"failover"
);
?>
</b></li>
<li><b>
<?=
gettext
(
"failover"
);
?>
</b></li>
<?=
gettext
(
"Sends and receives traffic only through the master port.
If
"
.
<?=
gettext
(
"Sends and receives traffic only through the master port. "
.
"the master port becomes unavailable, the next active port is "
.
"
If
the master port becomes unavailable, the next active port is "
.
"used.
The first interface added is the master port; any "
.
"used. The first interface added is the master port; any "
.
"interfaces added after that are used as failover devices."
);
?>
"interfaces added after that are used as failover devices."
);
?>
<li><b>
<?=
gettext
(
"fec"
);
?>
</b><br
/></li>
<li><b>
<?=
gettext
(
"fec"
);
?>
</b><br
/></li>
<?=
gettext
(
"Supports Cisco EtherChannel.
This is a static setup and "
.
<?=
gettext
(
"Supports Cisco EtherChannel. This is a static setup and "
.
"does not negotiate aggregation with the peer or exchange "
.
"does not negotiate aggregation with the peer or exchange "
.
"frames to monitor the link."
);
?>
"frames to monitor the link."
);
?>
<li>
<li>
<b>
<?=
gettext
(
"lacp"
);
?>
</b></li>
<b>
<?=
gettext
(
"lacp"
);
?>
</b></li>
<?=
gettext
(
"Supports the IEEE 802.3ad Link Aggregation Control Protocol "
.
<?=
gettext
(
"Supports the IEEE 802.3ad Link Aggregation Control Protocol "
.
"(LACP) and the Marker Protocol.
LACP will negotiate a set "
.
"(LACP) and the Marker Protocol. LACP will negotiate a set "
.
"of aggregable links with the peer in to one or more Link "
.
"of aggregable links with the peer in to one or more Link "
.
"Aggregated Groups.
Each LAG is composed of ports of the "
.
"Aggregated Groups. Each LAG is composed of ports of the "
.
"same speed, set to full-duplex operation.
The traffic will "
.
"same speed, set to full-duplex operation. The traffic will "
.
"be balanced across the ports in the LAG with the greatest "
.
"be balanced across the ports in the LAG with the greatest "
.
"total speed, in most cases there will only be one LAG which "
.
"total speed, in most cases there will only be one LAG which "
.
"contains all ports.
In the event of changes in physical "
.
"contains all ports. In the event of changes in physical "
.
"connectivity, Link Aggregation will quickly converge to a "
.
"connectivity, Link Aggregation will quickly converge to a "
.
"new configuration."
);
?>
"new configuration."
);
?>
<li><b>
<?=
gettext
(
"loadbalance"
);
?>
</b></li>
<li><b>
<?=
gettext
(
"loadbalance"
);
?>
</b></li>
<?=
gettext
(
"Balances outgoing traffic across the active ports based on "
.
<?=
gettext
(
"Balances outgoing traffic across the active ports based on "
.
"hashed protocol header information and accepts incoming "
.
"hashed protocol header information and accepts incoming "
.
"traffic from any active port.
This is a static setup and "
.
"traffic from any active port. This is a static setup and "
.
"does not negotiate aggregation with the peer or exchange "
.
"does not negotiate aggregation with the peer or exchange "
.
"frames to monitor the link.
The hash includes the Ethernet "
.
"frames to monitor the link. The hash includes the Ethernet "
.
"source and destination address, and, if available, the VLAN "
.
"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>
<li><b>
<?=
gettext
(
"roundrobin"
);
?>
</b></li>
<?=
gettext
(
"Distributes outgoing traffic using a round-robin scheduler "
.
<?=
gettext
(
"Distributes outgoing traffic using a round-robin scheduler "
.
"through all active ports and accepts incoming traffic from "
.
"through all active ports and accepts incoming traffic from "
.
"any active port
"
);
?>
.
"any active port
."
);
?>
<li><b>
<?=
gettext
(
"none"
);
?>
</b></li>
<li><b>
<?=
gettext
(
"none"
);
?>
</b></li>
<?=
gettext
(
"This protocol is intended to do nothing:
i
t disables any "
.
<?=
gettext
(
"This protocol is intended to do nothing:
I
t disables any "
.
"traffic without disabling the lagg interface itself
"
);
?>
.
"traffic without disabling the lagg interface itself
."
);
?>
</ul>
</ul>
</div>
</div>
...
@@ -255,8 +255,7 @@ legacy_html_escape_form_data($pconfig);
...
@@ -255,8 +255,7 @@ legacy_html_escape_form_data($pconfig);
<td>
<td>
<input
name=
"descr"
type=
"text"
value=
"
<?=
$pconfig
[
'descr'
];
?>
"
/>
<input
name=
"descr"
type=
"text"
value=
"
<?=
$pconfig
[
'descr'
];
?>
"
/>
<div
class=
"hidden"
for=
"help_for_descr"
>
<div
class=
"hidden"
for=
"help_for_descr"
>
<?=
gettext
(
"You may enter a description here "
.
<?=
gettext
(
"You may enter a description here for your reference (not parsed)."
);
?>
"for your reference (not parsed)."
);
?>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment