summaryrefslogtreecommitdiff
path: root/bgpd/bgp_vpn.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2018-06-21 15:12:33 -0400
committerGitHub <noreply@github.com>2018-06-21 15:12:33 -0400
commit0a8990d5f889113659abba6b61988244a07b2b81 (patch)
tree7ff93210c59af32e2f8533a285d34011bee5a7d7 /bgpd/bgp_vpn.c
parent7c25948eca83a6115dde1a7f2688827cd93142e0 (diff)
parenta2b6e694b17303f3faf2db29254b5ea4a4ae14b1 (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.c2
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 = {