mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
bridge: correct spelling and grammar
(cherry picked from commit a0fd889cb85ed8b3237601e08ea8e127c5ea831f)
This commit is contained in:
parent
1b15e4578a
commit
7a4a3911f5
@ -1,3 +1,5 @@
|
|||||||
|
:lastproofread: 2021-06-30
|
||||||
|
|
||||||
.. _bridge-interface:
|
.. _bridge-interface:
|
||||||
|
|
||||||
######
|
######
|
||||||
@ -48,7 +50,7 @@ Member Interfaces
|
|||||||
and a cost, that is used to decide which is the shortest path to
|
and a cost, that is used to decide which is the shortest path to
|
||||||
forward a packet. The lowest cost path is always used unless the
|
forward a packet. The lowest cost path is always used unless the
|
||||||
other path is down. If you have multiple bridges and interfaces then
|
other path is down. If you have multiple bridges and interfaces then
|
||||||
you may need to adjust the priorities to achieve optimium
|
you may need to adjust the priorities to achieve optimum
|
||||||
performance.
|
performance.
|
||||||
|
|
||||||
|
|
||||||
@ -71,7 +73,7 @@ Bridge Options
|
|||||||
|
|
||||||
Bridge maximum aging `<time>` in seconds (default: 20).
|
Bridge maximum aging `<time>` in seconds (default: 20).
|
||||||
|
|
||||||
If a another bridge in the spanning tree does not send out a hello
|
If an another bridge in the spanning tree does not send out a hello
|
||||||
packet for a long period of time, it is assumed to be dead.
|
packet for a long period of time, it is assumed to be dead.
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces bridge <interface> igmp querier
|
.. cfgcmd:: set interfaces bridge <interface> igmp querier
|
||||||
@ -98,8 +100,8 @@ links providing fault tolerance if an active link fails.
|
|||||||
|
|
||||||
Spanning Tree Protocol forwarding `<delay>` in seconds (default: 15).
|
Spanning Tree Protocol forwarding `<delay>` in seconds (default: 15).
|
||||||
|
|
||||||
Forwarding delay time is the time spent in each of the Listening and
|
The forwarding delay time is the time spent in each of the listening and
|
||||||
Learning states before the Forwarding state is entered. This delay is
|
learning states before the Forwarding state is entered. This delay is
|
||||||
so that when a new bridge comes onto a busy network it looks at some
|
so that when a new bridge comes onto a busy network it looks at some
|
||||||
traffic before participating.
|
traffic before participating.
|
||||||
|
|
||||||
@ -183,7 +185,7 @@ Examples
|
|||||||
Create a basic bridge
|
Create a basic bridge
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Creating a bridge interface is very simple. In this example we will
|
Creating a bridge interface is very simple. In this example, we will
|
||||||
have:
|
have:
|
||||||
|
|
||||||
* A bridge named `br100`
|
* A bridge named `br100`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user