]> git.puffer.fish Git - matthieu/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>
Thu, 10 Oct 2019 13:03:56 +0000 (09:03 -0400)
commitef1af5e5302235fa7e66564edb8f830f50632b30
tree0487e49be7de84971397529ba877e910fe0a9e07
parentb8694ef44c93a47889451c3e1eff9a862a2de173
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