mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 18:38:30 +00:00
Merge pull request #5324 from lkrishnamoor/advertise-routes-bug
bgpd: Bug fix in "show bgp l2vpn evpn ... advertised-routes'
This commit is contained in:
commit
7a7d97f4e7
@ -106,6 +106,9 @@ int show_adj_route_vpn(struct vty *vty, struct peer *peer,
|
|||||||
if (bgp_node_get_bgp_path_info(rm) == NULL)
|
if (bgp_node_get_bgp_path_info(rm) == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (!attr)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (header) {
|
if (header) {
|
||||||
if (use_json) {
|
if (use_json) {
|
||||||
json_object_int_add(
|
json_object_int_add(
|
||||||
|
Loading…
Reference in New Issue
Block a user