Re: bfd: respond to poll sequence from peer

2019-06-05 Thread Peter Hessler
Hi Mitchell Thanks a lot for the work you are putting into BFD, I'll be able to review this properly over the weekend. -peter On 2019 Jun 03 (Mon) at 20:37:17 +1000 (+1000), Mitchell Krome wrote: :Hi, : :Testing bfd against frr on linux, their bfd implementation sends polls :as soon as the sess

Re: bfd: respond to poll sequence from peer

2019-06-04 Thread Claudio Jeker
On Mon, Jun 03, 2019 at 08:37:17PM +1000, Mitchell Krome wrote: > Hi, > > Testing bfd against frr on linux, their bfd implementation sends polls > as soon as the session is up even if the session timers haven't > changed from what it was advertising while it was in the down state. > Currently open

bfd: respond to poll sequence from peer

2019-06-03 Thread Mitchell Krome
Hi, Testing bfd against frr on linux, their bfd implementation sends polls as soon as the session is up even if the session timers haven't changed from what it was advertising while it was in the down state. Currently openbsd bfd doesn't respond to polls, so this diff adds that support. tcpdump ou