summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
authorKishore Aramalla <karamalla@vmware.com>2018-11-20 16:15:56 -0800
committerKishore Aramalla <karamalla@vmware.com>2018-11-20 16:15:56 -0800
commit1b7db1df439ca84135fab5d9ea1c62ec10059009 (patch)
tree2af812c06ab018ef1c9a4d3e681b60b66baaffd7 /lib/command_py.c
parent8e427656660c9d60a960f3e9ab077e3901b31a36 (diff)
bgpd: BGP daemon crashed when a L2VNI is unconfigured
When a VNI is unconfigured it deletes all of its import and export route-targets. There is a export route-target link list and import route-target linked list. There are redudant loops in the route-target deletion code. In the first iteration it deleted the route-target and freed the RT node, but not list node. In the 2nd iteration it tries to free the RT node again, resulting in the double free of RT node. Signed-off-by: "Kishore Aramalla karamallavmware.com"
Diffstat (limited to 'lib/command_py.c')
0 files changed, 0 insertions, 0 deletions