diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2018-06-21 15:12:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-21 15:12:33 -0400 |
| commit | 0a8990d5f889113659abba6b61988244a07b2b81 (patch) | |
| tree | 7ff93210c59af32e2f8533a285d34011bee5a7d7 /bgpd/bgp_vpn.c | |
| parent | 7c25948eca83a6115dde1a7f2688827cd93142e0 (diff) | |
| parent | a2b6e694b17303f3faf2db29254b5ea4a4ae14b1 (diff) | |
Merge pull request #2501 from pacovn/infer_unused1
bgpd isisd ldpd lib ospfd pimd: redundancy (infer, grouped)
Diffstat (limited to 'bgpd/bgp_vpn.c')
| -rw-r--r-- | bgpd/bgp_vpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vpn.c b/bgpd/bgp_vpn.c index cc05194703..a771eedf0f 100644 --- a/bgpd/bgp_vpn.c +++ b/bgpd/bgp_vpn.c @@ -125,7 +125,7 @@ int show_adj_route_vpn(struct vty *vty, struct peer *peer, if (rd_header) { uint16_t type; - struct rd_as rd_as; + struct rd_as rd_as = {0}; struct rd_ip rd_ip = {0}; #if ENABLE_BGP_VNC struct rd_vnc_eth rd_vnc_eth = { |
