]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: properly initialize SRv6 attributes
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 5 Mar 2020 21:15:32 +0000 (16:15 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 5 Mar 2020 21:15:32 +0000 (16:15 -0500)
commit340594a929d91387c620c17d89f6592984d6088f
tree566def7601b6fe075e9f2b99b089e22bb949f034
parentb502ca11659ca31292209e4263bd885e3e2262a8
bgpd: properly initialize SRv6 attributes

We were using XMALLOC for these, and only initializing the refcount to 0
on one of them. Let's just use XCALLOC instead...

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_attr.c