mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
doc: Fix spelling of choosen
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
4563e2047a
commit
ed18e04d91
@ -143,7 +143,7 @@ Each of the data structures has a ``PREDECL_*`` and a ``DECLARE_*`` macro to
|
|||||||
set up an "instantiation" of the container. This works somewhat similar to C++
|
set up an "instantiation" of the container. This works somewhat similar to C++
|
||||||
templating, though much simpler.
|
templating, though much simpler.
|
||||||
|
|
||||||
**In all following text, the Z prefix is replaced with a name choosen
|
**In all following text, the Z prefix is replaced with a name chosen
|
||||||
for the instance of the datastructure.**
|
for the instance of the datastructure.**
|
||||||
|
|
||||||
The common setup pattern will look like this:
|
The common setup pattern will look like this:
|
||||||
|
@ -301,7 +301,7 @@ Administrative distance allows FRR to make decisions about what routes
|
|||||||
should be installed in the rib based upon the originating protocol.
|
should be installed in the rib based upon the originating protocol.
|
||||||
The lowest Admin Distance is the route selected. This is purely a
|
The lowest Admin Distance is the route selected. This is purely a
|
||||||
subjective decision about ordering and care has been taken to choose
|
subjective decision about ordering and care has been taken to choose
|
||||||
the same distances that other routing suites have choosen.
|
the same distances that other routing suites have chosen.
|
||||||
|
|
||||||
+------------+-----------+
|
+------------+-----------+
|
||||||
| Protocol | Distance |
|
| Protocol | Distance |
|
||||||
@ -361,7 +361,7 @@ has multiple routes for the same prefix from multiple sources. An example
|
|||||||
here would be if someone else was running another routing suite besides
|
here would be if someone else was running another routing suite besides
|
||||||
FRR at the same time, the kernel must choose what route to use to forward
|
FRR at the same time, the kernel must choose what route to use to forward
|
||||||
on. FRR choose the value of 20 because of two reasons. FRR wanted a
|
on. FRR choose the value of 20 because of two reasons. FRR wanted a
|
||||||
value small enough to be choosen but large enough that the operator could
|
value small enough to be chosen but large enough that the operator could
|
||||||
allow route prioritization by the kernel when multiple routing suites are
|
allow route prioritization by the kernel when multiple routing suites are
|
||||||
being run and FRR wanted to take advantage of Route Replace semantics that
|
being run and FRR wanted to take advantage of Route Replace semantics that
|
||||||
the linux kernel offers. In order for Route Replacement semantics to
|
the linux kernel offers. In order for Route Replacement semantics to
|
||||||
@ -552,7 +552,7 @@ via a ``ip route show X`` command:
|
|||||||
nexthop via 192.168.161.9 dev enp39s0 weight 1
|
nexthop via 192.168.161.9 dev enp39s0 weight 1
|
||||||
|
|
||||||
Once installed into the FIB, FRR currently has little control over what
|
Once installed into the FIB, FRR currently has little control over what
|
||||||
nexthops are choosen to forward packets on. Currently the Linux kernel
|
nexthops are chosen to forward packets on. Currently the Linux kernel
|
||||||
has a ``fib_multipath_hash_policy`` sysctl which dictates how the hashing
|
has a ``fib_multipath_hash_policy`` sysctl which dictates how the hashing
|
||||||
algorithm is used to forward packets.
|
algorithm is used to forward packets.
|
||||||
|
|
||||||
@ -1193,7 +1193,7 @@ zebra Terminal Mode Commands
|
|||||||
|
|
||||||
Display statistics about clients that are connected to zebra. This is
|
Display statistics about clients that are connected to zebra. This is
|
||||||
useful for debugging and seeing how much data is being passed between
|
useful for debugging and seeing how much data is being passed between
|
||||||
zebra and it's clients. If the summary form of the command is choosen
|
zebra and it's clients. If the summary form of the command is chosen
|
||||||
a table is displayed with shortened information.
|
a table is displayed with shortened information.
|
||||||
|
|
||||||
.. clicmd:: show zebra router table summary
|
.. clicmd:: show zebra router table summary
|
||||||
|
Loading…
Reference in New Issue
Block a user