summaryrefslogtreecommitdiff
path: root/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-07-29 14:42:16 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-07-29 14:44:20 +0300
commitcd58568b1889df753aa258ee61b6d949b1ce6fb9 (patch)
treeab301da5dbc0f6a070c7968f4361dc20e4361979 /tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py
parent9e3adc3f2c2dc3fb49cdf1be9ee0169b66aff9e3 (diff)
bgpd: fix missing list add in dampening
One more crash in dampening code... When bgp_damp_withdraw is called, if there's already a BDI structure, bgp_damp_info_claim is called to re-assign the bdi->config in case it was changed. The problem is that bgp_damp_info_claim actually removes the BDI from the reuse list of the old config and never adds it to the reuse list of the new config. We must do this to prevent the crash because all the code assumes that BDI is always in some list. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py')
0 files changed, 0 insertions, 0 deletions