]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Ensure that struct prefix_rd rd is zero'ed out
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 10 Oct 2019 12:52:13 +0000 (08:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 Oct 2019 17:17:48 +0000 (13:17 -0400)
commit21d5940494cbcc70303f3d0eda8366e74d5b0548
tree18f60d6e012ab65eda8e78e8cc32bb8ffb57d169
parent931066c074e48178f7c23ff6a83c4488403c53ef
bgpd: Ensure that struct prefix_rd rd is zero'ed out

We are passing around the created rd, Just make sure that
the data is zero'ed out.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_mplsvpn.c