summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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