]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: rename bgp_fsm_event_update
authorQuentin Young <qlyoung@nvidia.com>
Thu, 17 Sep 2020 16:38:12 +0000 (12:38 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Thu, 17 Sep 2020 16:45:37 +0000 (12:45 -0400)
commitf8dcd38ddb912f1e731a4a035b5e1fb40cf20b2c
treeb6834121a493ad9b2d5542a292d915cf8e5aae91
parent70d400cefa05bdd6fa64ed6fdb42d082a6a5bc25
bgpd: rename bgp_fsm_event_update

This function is poorly named; it's really used to allow the FSM to
decide the next valid state based on whether a peer has valid /
reachable nexthops as determined by NHT or BFD.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
bgpd/bgp_bfd.c
bgpd/bgp_fsm.c
bgpd/bgp_fsm.h
bgpd/bgp_nht.c