summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-0/+2
|\
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+2
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* *: Do not check for XMALLOC/XCALLOC against NULLsDonatas Abraitis2021-06-291-2/+0
* Merge pull request #8758 from idryzhov/bfd-fixesRafael Zalamena2021-06-075-33/+57
|\
| * bfdd: forbid setting interface for multihop sessionsIgor Ryzhov2021-06-013-31/+55
| * bfdd: don't store interface pointer for multihop sessionsIgor Ryzhov2021-06-011-1/+1
| * lib: fix bfd multihopIgor Ryzhov2021-06-011-1/+1
* | bfdd: fix bfd key structureIgor Ryzhov2021-06-021-3/+14
|/
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-4/+4
* Merge pull request #8100 from qlyoung/remove-sample-conf-filesDavid Lamparter2021-04-132-6/+0
|\
| * *: remove *.conf.sample filesQuentin Young2021-04-092-6/+0
* | bfdd: fix nb cli show with defaultsIgor Ryzhov2021-04-121-63/+21
|/
* bfdd: fix profiles autocompletionIgor Ryzhov2021-04-011-1/+1
* bbfd: clear nb config entries when removing bfd nodeIgor Ryzhov2021-04-011-1/+15
* bfdd: remove profiles when removing bfd nodeIgor Ryzhov2021-04-013-0/+10
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-225-13/+15
|\
| * *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-175-12/+13
* | Merge pull request #8225 from idryzhov/bfd-echo-modeRafael Zalamena2021-03-172-1/+7
|\ \
| * | bfdd: warn users about echo-mode restrictionsIgor Ryzhov2021-03-161-0/+4
| * | bfdd: fix starting echo receive timerIgor Ryzhov2021-03-161-1/+3
| |/
* / bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-1612-50/+290
|/
* bfdd: make sessions administratively up by defaultIgor Ryzhov2021-03-144-7/+4
* bfdd: fix detect timeoutIgor Ryzhov2021-03-091-3/+3
* bfdd: fix echo configuration in profileIgor Ryzhov2021-03-041-2/+8
* bfdd: forbid creation of the same peer with and without interface nameIgor Ryzhov2021-03-031-0/+52
* bfdd: actually return validation error instead of loggingIgor Ryzhov2021-03-031-20/+17
* bfdd: require local-address when using multihopIgor Ryzhov2021-03-031-2/+6
* *: fix format string SNAFUsDavid Lamparter2021-02-161-2/+2
* Merge pull request #8006 from idryzhov/fix-bfd-lookupPhilippe Guibert2021-02-121-115/+45
|\
| * bfdd: fix session lookupIgor Ryzhov2021-02-031-115/+45
* | bfdd: Prevent use after free ( again )Donald Sharp2021-02-071-1/+3
|/
* bfdd: Prevent storage of ifp pointer that has been deletedDonald Sharp2021-01-301-1/+3
* bfdd: Prevent unininited data transmittalDonald Sharp2021-01-301-1/+1
* bfdd: Remove #if 0Donald Sharp2021-01-281-4/+0
* bfdd: improve some debug messages related to zebra notificationsPhilippe Guibert2021-01-092-7/+10
* bfdd: update vrf of received packetPhilippe Guibert2021-01-091-0/+10
* bfdd: enable bfd session if vrf interface availablePhilippe Guibert2021-01-092-6/+20
* bfdd: socket should be bound to vrf interface by defaultPhilippe Guibert2021-01-091-4/+6
* bfd: fix session lookupIgor Ryzhov2020-12-041-1/+1
* Merge pull request #6950 from opensourcerouting/bfd-distributed-v3Donald Sharp2020-12-038-26/+1924
|\
| * bfdd: move interface/vrf reset codeRafael Zalamena2020-11-242-3/+2
| * bfdd: support connecting to BFD data planeRafael Zalamena2020-11-243-15/+229
| * bfdd: distributed BFD show commandsRafael Zalamena2020-11-243-0/+151
| * bfdd: integrate distributed BFDRafael Zalamena2020-11-243-5/+209
| * bfdd: disable sockets when using distributed BFDRafael Zalamena2020-11-241-16/+25
| * bfdd: distributed BFD debugging knobRafael Zalamena2020-11-241-0/+21
| * bfdd: import distributed BFD implementationRafael Zalamena2020-11-244-2/+921
| * bfdd: import data plane protocol headerRafael Zalamena2020-11-241-0/+381