]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix display when using `missing-as-worst`
authorDonald Sharp <sharpd@nvidia.com>
Thu, 11 Apr 2024 14:46:46 +0000 (10:46 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 15 Apr 2024 16:33:53 +0000 (12:33 -0400)
commitbc9885b22e79ac14fd931517582d0d6d80f68c85
tree23ca24ae2f81fa0ea72e0e8c4d17c083e646e8a5
parent572b6f314533e6d8478982a7b648ead01697d5c7
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>
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_updgrp_adv.c
bgpd/bgp_vpn.c
doc/user/bgp.rst