summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: fix coverity scan resource leakRafael Zalamena2022-07-061-0/+2
* bfdd: add IPv4 BFD Echo support that matches RFClynnemorrison2022-06-274-10/+442
* bfdd: Prevent coverity from thinking values are uninitedDonald Sharp2022-05-121-0/+2
* bfdd: fix override between sessionsanlan_cs2022-05-061-0/+8
* Merge pull request #11137 from opensourcerouting/if-name-len-fixesDonald Sharp2022-05-041-2/+2
|\
| * *: use FRR interface name definition everywhereRafael Zalamena2022-05-021-2/+2
* | bfdd: remove "local_address" of bfd sessionewlumpkin2022-05-023-19/+6
|/
* bfdd: fix broken FSM in active modeanlan_cs2022-04-241-1/+2
* *: Fix spelling of overridenDonald Sharp2022-04-192-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-245-67/+44
* bfdd: Fix overflow possibility with time statementsDonald Sharp2022-02-221-7/+7
* bfdd: Use AF_UNSPEC instead of comparing to 0Donald Sharp2022-02-071-1/+1
* Merge pull request #10388 from anlancs/bfd-fsm-passiveIgor Ryzhov2022-02-021-41/+12
|\
| * bfdd: fix broken FSM in passive modeanlan_cs2022-02-021-41/+12
* | bfdd,yang: optimize nb with YANGanlan_cs2022-01-251-86/+15
* | bfdd: correct one word of commentanlan_cs2022-01-241-1/+1
|/
* Merge pull request #10363 from anlancs/bfd-move-counterSantosh P K2022-01-191-2/+2
|\
| * bfdd: fix the possibly wrong counter of control packetsanlan_cs2022-01-181-2/+2
* | Merge pull request #10183 from idryzhov/rework-vrf-renameRafael Zalamena2022-01-173-78/+1
|\ \ | |/ |/|
| * *: rework renaming the default VRFIgor Ryzhov2021-12-213-78/+1
* | bfdd: Clean up some white space snafu'sDonald Sharp2022-01-081-2/+2
|/
* Merge pull request #10186 from idryzhov/bfd-receive-timer-cbMark Stapp2021-12-071-8/+0
|\
| * bfdd: remove unnecessary receive timer restartIgor Ryzhov2021-12-061-8/+0
* | Merge pull request #10120 from idryzhov/bfd-detect-toRuss White2021-12-072-24/+18
|\ \ | |/ |/|
| * bfdd: fix detection timeout updateIgor Ryzhov2021-12-032-24/+18
* | bfdd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-10/+5
|/
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-222-8/+6
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* bfdd: fix coverity warningsIgor Ryzhov2021-11-101-1/+4
* Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-053-24/+16
|\
| * bfdd: cleanup vrf handling in packet receiveIgor Ryzhov2021-10-143-24/+16
* | Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-24/+7
|\ \
| * | bfdd: cleanup bfd_session_enableIgor Ryzhov2021-10-151-24/+7
| |/
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-14/+17
|\ \
| * | *: convert zclient callbacks to tableDavid Lamparter2021-10-201-14/+17
| |/
* | Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-252-41/+42
|\ \ | |/ |/|
| * lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-41/+42
* | Merge pull request #9684 from opensourcerouting/printfrr-false-positiveDonald Sharp2021-10-141-17/+14
|\ \ | |/ |/|
| * *: `frr-format` with unmodified GCCDavid Lamparter2021-09-281-17/+14
* | bfdd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
|/
* 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