]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Skip automatically created BGP instances for show CMDs
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 13 Jul 2024 20:19:57 +0000 (23:19 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 15 Jul 2024 13:10:57 +0000 (16:10 +0300)
commit03c086866bdee9daf55420b88593345b9eb6be15
treeb5507708088d41acee0944abbec5b57d73cdcb31
parent7540364e58b08da7442927c1a9ffbd535d94fc46
bgpd: Skip automatically created BGP instances for show CMDs

When using e.g. `adverise-all-vni`, and/or `import vrf ...`, the VRF instance
is created with a default's VRF ASN and tagged as AUTO_VRF. We MUST skip them
here also.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_vty.c