]> git.proxmox.com Git - mirror_frr.git/commit
bfdd: don't try to start echo on protocol restart
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 31 Jan 2019 20:21:18 +0000 (18:21 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 14 Feb 2019 16:17:29 +0000 (14:17 -0200)
commitff91bf7fb22750a91a5b5b33ffa481482f359af6
treee75ea1093e724ac6492b4d9e71ba74b12541dd51
parent1f2d5f91eee828e3a97d1bae900703b4b8b060b9
bfdd: don't try to start echo on protocol restart

`echo-mode` should and will automatically start after session goes up
and it is allowed by the remote peer. See `bs_echo_timer_handler` for
more information.

This avoids having echo controling code spread.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/bfd.c