Changelog
- The frr_bgp_peer_prefixes_advertised_count_total metric is now disabled by default and can be turned on using the
--collector.bgp.advertised-prefixesflag. - The vtysh commands run to get the BGP peer advertised prefixes (i.e.
vtysh -c 'sh ip bgp neigh X.X.X.X advertised-routes json'are now run in parallel. - Vtysh commands now have a configurable timeout via the
--frr.vtysh.timeoutflag (default 20s).