summaryrefslogtreecommitdiff
path: root/nest/bfd.h
AgeCommit message (Collapse)Author
2020-11-08BFD: Allow per-request session optionsOndrej Zajicek (work)
BFD session options are configured per interface in BFD protocol. This patch allows to specify them also per-request in protocols requesting sessions (currently limited to BGP).
2019-07-17BFD: Support for VRFsOndrej Zajicek (work)
Allow multiple BFD instances in separate VRFs, dispatch BFD requests according to VRFs. Thanks to Alexander Zubkov for notice and patches.
2017-12-14Minor cleanupOndrej Zajicek (work)
2016-11-01Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka
There are several unresolved -Wmissing-field-initializers on older versions of GCC than 5.1, all of them false positive.
2015-07-24Static: Support for BFD controlled static routesOndrej Zajicek
2013-11-21Adds a missing file.Ondrej Zajicek
I forgot to add that to the previous commit.