summaryrefslogtreecommitdiff
path: root/bfdd/bfd.c
AgeCommit message (Expand)Author
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-09-05bfdd: changes for code maintainabilitysri-mohan1
2022-08-09Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pktRafael Zalamena
2022-08-02BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison
2022-07-19bfdd: allow l3vrf bfd sessions without udp leakingPhilippe Guibert
2022-06-27bfdd: add IPv4 BFD Echo support that matches RFClynnemorrison
2022-04-19*: Fix spelling of overridenDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-22bfdd: Fix overflow possibility with time statementsDonald Sharp
2022-02-02bfdd: fix broken FSM in passive modeanlan_cs
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-12-07Merge pull request #10186 from idryzhov/bfd-receive-timer-cbMark Stapp
2021-12-06bfdd: remove unnecessary receive timer restartIgor Ryzhov
2021-12-03bfdd: fix detection timeout updateIgor Ryzhov
2021-11-05Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White
2021-10-15bfdd: cleanup bfd_session_enableIgor Ryzhov
2021-10-14bfdd: cleanup vrf handling in packet receiveIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-04-01bfdd: remove profiles when removing bfd nodeIgor Ryzhov
2021-03-22Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis
2021-03-17Merge pull request #8225 from idryzhov/bfd-echo-modeRafael Zalamena
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-16bfdd: separate echo rx/tx timersIgor Ryzhov
2021-03-16bfdd: fix starting echo receive timerIgor Ryzhov
2021-03-15bfdd: make sessions administratively up by defaultIgor Ryzhov
2021-03-09bfdd: fix detect timeoutIgor Ryzhov
2021-02-04bfdd: fix session lookupIgor Ryzhov
2021-01-09bfdd: improve some debug messages related to zebra notificationsPhilippe Guibert
2021-01-09bfdd: enable bfd session if vrf interface availablePhilippe Guibert
2020-12-04bfd: fix session lookupIgor Ryzhov
2020-11-24bfdd: move interface/vrf reset codeRafael Zalamena
2020-11-24bfdd: integrate distributed BFDRafael Zalamena
2020-11-24bfdd: disable sockets when using distributed BFDRafael Zalamena
2020-11-18bfdd: fix multiple links same addressRafael Zalamena
2020-09-29bfdd: Make new multihop peer if local-address is uniqueTashana Mehta-Wilson
2020-09-26Merge pull request #7063 from idryzhov/yang-leafrefRenato Westphal
2020-09-24*: move all userdata when changing node xpathIgor Ryzhov
2020-09-24bfdd: use * as a placeholder for an empty interface name in northboundIgor Ryzhov
2020-08-14bfdd: Allow it to work when V6 is completely turned offDonald Sharp
2020-08-11bfdd: implement minimum TTLRafael Zalamena
2020-08-11bfdd: simplify and remove duplicated codeRafael Zalamena
2020-08-11bfdd: implement passive modeRafael Zalamena
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-07-14*: un-split strings across linesDavid Lamparter
2020-07-03bfdd: Use XFREE, clean up SA warning for bfd profilesMark Stapp
2020-05-29bfdd: don't update peers settings on shutdownRafael Zalamena
2020-05-29bfdd,lib: implement protocol profile selectionRafael Zalamena