]> git.puffer.fish Git - mirror/frr.git/commit
bfdd: disable sockets when using distributed BFD
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 18 Aug 2020 15:36:56 +0000 (12:36 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 24 Nov 2020 10:54:07 +0000 (07:54 -0300)
commit29397ec1abb6068b5cb847a7d7a18b0c5a699b59
tree4d54efcb63ccfbb065bd70c361fa911b6adbd4c9
parent8ba709dd1cf0db3ca8bba2d656c765a54c815506
bfdd: disable sockets when using distributed BFD

The current distributed BFD implementantion doesn't support falling back
to software implementation in FRR, so to keep the code simple lets give
the data plane full control of the BFD packet handling (helps running a
software data plane for testing too otherwise it would fail with 'address
in use' error).

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