• Ondřej Zajíček's avatar
    Fixes bug related to reconfiguration of BGP. · 59121155
    Ondřej Zajíček authored
    BGP keeps its copy of configuration ptr and didn't update it during
    reconfiguration. But old configuration is freed during reconfiguration.
    That leads to unnecessary reset of BGP connection during reconfiguration
    (old conf is corrupted and therefore different) and possibly other strange
    behavior.
    59121155