commit | 5a9f13a4a0df45c72dc425cc930e5e5682ba59ae | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Tue Oct 04 13:00:00 2016 +0100 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:59 2017 +0000 |
tree | 611a01c6c70e1320edd289b0fcab722f15e5b738 | |
parent | 3dda6b3eccb9a2a88d607372c83c04c796e7daac [diff] |
bgpd: Remove change that makes NHT tickle BGP FSM. * bgpd NHT patch makes NHT tickle FSM to restart session attempts that are still very early, pre sending of messages. Not really necessary, and conceptually it may be nicer to just keep these two pieces separate from each other. * bgpd.h: Remove NHT_Update FSM event * bgp_fsm.c: Remove NHT_Update event action from the FSM. * bgp_nht.c: Remove NHT_Update event.