diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-13 15:41:16 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-13 15:41:16 +0300 |
| commit | 3d2b35c40bd3c6646d88818b30840334043511c5 (patch) | |
| tree | 05eb82df3c9810f23883b2b42ba2639f279f4b81 /python/makefile.py | |
| parent | ef013a6985f5d522451a5d4ffec70205fef13d71 (diff) | |
bgpd: Initialize prd for show_ip_bgp_l2vpn_evpn_rd_neighbor_routes()
*** CID 1517751: Uninitialized variables (UNINIT)
/bgpd/bgp_evpn_vty.c: 1648 in show_ip_bgp_l2vpn_evpn_rd_neighbor_routes()
1642
1643
1644 if (rd_all)
1645 return bgp_show_ethernet_vpn(vty, NULL, bgp_show_type_neighbor,
1646 peer, SHOW_DISPLAY_STANDARD, uj);
1647 else
>>> CID 1517751: Uninitialized variables (UNINIT)
>>> Using uninitialized element of array "prd.val" when calling "bgp_show_ethernet_vpn".
1648 return bgp_show_ethernet_vpn(vty, &prd, bgp_show_type_neighbor,
1649 peer, SHOW_DISPLAY_STANDARD, uj);
1650 }
1651
1652 DEFUN(show_ip_bgp_l2vpn_evpn_neighbor_advertised_routes,
1653 show_ip_bgp_l2vpn_evpn_neighbor_advertised_routes_cmd,
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'python/makefile.py')
0 files changed, 0 insertions, 0 deletions
