mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 21:06:50 +00:00
*: Fix spelling of overriden
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
53c7a86eec
commit
2b669d3a21
@ -769,7 +769,7 @@ static void _bfd_session_update(struct bfd_session *bs,
|
||||
* Apply profile last: it also calls `bfd_set_shutdown`.
|
||||
*
|
||||
* There is no problem calling `shutdown` twice if the value doesn't
|
||||
* change or if it is overriden by peer specific configuration.
|
||||
* change or if it is overridden by peer specific configuration.
|
||||
*/
|
||||
if (bpc->bpc_has_profile)
|
||||
bfd_profile_apply(bpc->bpc_profile, bs);
|
||||
|
@ -724,7 +724,7 @@ void bfd_profile_free(struct bfd_profile *bp);
|
||||
|
||||
/**
|
||||
* Apply a profile configuration to an existing BFD session. The non default
|
||||
* values will not be overriden.
|
||||
* values will not be overridden.
|
||||
*
|
||||
* NOTE: if the profile doesn't exist yet, then the profile will be applied
|
||||
* once it begins to exist.
|
||||
|
@ -236,7 +236,7 @@ BFD Peer Specific Commands
|
||||
|
||||
Notes:
|
||||
|
||||
- Profile configurations can be overriden on a peer basis by specifying
|
||||
- Profile configurations can be overridden on a peer basis by specifying
|
||||
non-default parameters in peer configuration node.
|
||||
- Non existing profiles can be configured and they will only be applied
|
||||
once they start to exist.
|
||||
|
@ -58,7 +58,7 @@ The documentation for :ref:`on-rib-process-dplane-results` tells us its
|
||||
arguments. Here, the destination prefix for a route is being logged out.
|
||||
|
||||
Scripts live in :file:`/etc/frr/scripts/` by default. This is configurable at
|
||||
compile time via ``--with-scriptdir``. It may be overriden at runtime with the
|
||||
compile time via ``--with-scriptdir``. It may be overridden at runtime with the
|
||||
``--scriptdir`` daemon option.
|
||||
|
||||
The documentation for :ref:`on-rib-process-dplane-results` indicates that the
|
||||
|
@ -31,7 +31,7 @@
|
||||
* - The Router-ID is 10.0.255.X, where X is the node number;
|
||||
* - The default link metric is 10;
|
||||
* - When SR is enabled, Adj-SIDs and Prefix-SIDs are generated automatically;
|
||||
* - When SR is enabled, the default SRGB is [16000-23999] (can be overriden).
|
||||
* - When SR is enabled, the default SRGB is [16000-23999] (can be overridden).
|
||||
*
|
||||
* Test topology 1:
|
||||
* ================
|
||||
|
Loading…
Reference in New Issue
Block a user