]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fsm legacy thread reset cleanup
authorDavid Schweizer <dschweizer@opensourcerouting.org>
Thu, 6 Aug 2020 14:58:45 +0000 (16:58 +0200)
committerDavid Schweizer <dschweizer@opensourcerouting.org>
Fri, 7 Aug 2020 12:03:48 +0000 (14:03 +0200)
commit392721e8b98b5d4b9a0c2f560a34e320eb836bff
treedebadb03c639491c81b738f926110cf16558468a
parent67ac9b3fff569702d911cfa721ed9bbc4e4fe8e5
bgpd: fsm legacy thread reset cleanup

* Removed old timer thread resets, since this has been taken care of
  after execution of the threads by the thread_fetch function in
  lib/thread.c for quite some time now.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
bgpd/bgp_fsm.c