]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix for commit 6a4677b7, fixes BZ#729
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Wed, 20 Jun 2012 15:45:50 +0000 (17:45 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 21 Jun 2012 07:48:56 +0000 (09:48 +0200)
commite2c38e6c9767e30d5683022653b1cf91b186f9d4
tree692f274468ac2075d70a7da87888935ab545a44b
parentc9e4f8623642fc005c97830256000bef5680aa26
bgpd: Fix for commit 6a4677b7, fixes BZ#729

  The timers are rearmed after events processing. After 6a4677b7 we
do not generate events that can rearm the holdtime timer.

  Fix it's to call bgp_timer_set() directly as it's done from bgp_event().

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Tested-by: Martin Winter <mwinter@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_packet.c