diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-04-11 10:46:46 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-04-15 12:33:53 -0400 | 
| commit | bc9885b22e79ac14fd931517582d0d6d80f68c85 (patch) | |
| tree | 23ca24ae2f81fa0ea72e0e8c4d17c083e646e8a5 /doc/user/bgp.rst | |
| parent | 572b6f314533e6d8478982a7b648ead01697d5c7 (diff) | |
bgpd: Fix display when using `missing-as-worst`
The usage of the `bgp bestpath med missing-as-worst` command
was being accepted and applied during bestpath, but during output
of the routes affected by this it would not give any indication
that this was happening or what med value was being used.
Fixes: #15718
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc/user/bgp.rst')
| -rw-r--r-- | doc/user/bgp.rst | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 4619fec6a7..68ae796bc9 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -425,6 +425,11 @@ Route Selection     Disabled by default. +.. clicmd:: bgp bestpath med missing-as-worst + +   If the paths MED value is missing and this command is configured +   then treat it as the worse possible value that it can be. +  .. clicmd:: maximum-paths (1-128)     Sets the maximum-paths value used for ecmp calculations for this  | 
