]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: remove extra hold-timer reset
authorQuentin Young <qlyoung@nvidia.com>
Wed, 16 Sep 2020 00:15:08 +0000 (20:15 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Wed, 16 Sep 2020 00:15:08 +0000 (20:15 -0400)
commit765b07d9ff85693129bf089d723c6041a0663f81
treea0d695a53456b3c8cfcb83682afc471d8e739735
parenteac139f8f26315076d2c5fd94e7ac2fe322be084
bgpd: remove extra hold-timer reset

Handler function doesn't need to reset the hold timer, this is done
during the FSM update.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
bgpd/bgp_packet.c