]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix zebra bfd registration 8693/head
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 18 May 2021 20:31:52 +0000 (23:31 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 18 May 2021 20:31:52 +0000 (23:31 +0300)
commit6bfcd0f14a5aebef7bd20f88c4d675e6cc1f918f
tree67607dfe5582a9b1370a8a028b63a7c63dc678a3
parent4006e41baffd2de72a3fe42f16a55fc75be5940a
bgpd: fix zebra bfd registration

If there's no default router configured at the moment when bgpd is
connected to zebra, bgpd is not registered as a BFD client.

We should do the registration regardless of the config existence.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_zebra.c