]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix SA issue with uninited ifindex value
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 May 2018 13:37:34 +0000 (09:37 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 May 2018 13:37:34 +0000 (09:37 -0400)
commitf220da9968741598ef224cdaf66a131026498a64
tree314f6253dc19b0882a780b847545cf5499fa165f
parent5cc347c4b9b013940860d007264cf4d0eea0fdd5
bgpd: Fix SA issue with uninited ifindex value

The rearrangement of where the decision point of
filling in the aggregate information, must have allowed
SA to find a path of code where we may use ifindex uninitialized.
While I don't think this is possible to happen, make this issue
go away.

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