]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes bug related to reconfiguration of BGP.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 24 Dec 2008 11:18:10 +0000 (12:18 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 24 Dec 2008 11:18:10 +0000 (12:18 +0100)
commit591211557f4106ed9e877fa9b80eb56ffb99fef3
treec6c489da2fa363570aad3dac570950bcb5441b5e
parent11b32d911715cbfb3ce4c87685b1388e4b0de1c4
Fixes bug related to reconfiguration of BGP.

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.
proto/bgp/bgp.c