]> git.ipfire.org Git - thirdparty/bird.git/commit
BFD: Fix reconfiguration of neighbors
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 30 Sep 2019 17:10:14 +0000 (19:10 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 30 Sep 2019 17:10:14 +0000 (19:10 +0200)
commit4821251ebb13c05e8752f6f54b8e5ad6d87fecaa
tree9a88128cb0e0ed4275e064f060ebdd19db122567
parentca2dacfcee92d8cfecff74dd020c2d16202b0d5c
BFD: Fix reconfiguration of neighbors

The bfd_reconfigure_neighbors() returned after first reconfigured
neighbor instead of continuing with the next one.

Thanks to Winston Chen for the bugreport and a patch.
proto/bfd/bfd.c