summaryrefslogtreecommitdiffstats
path: root/bfdd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: fix size_t format stringDavid Lamparter2023-01-271-1/+1
* *: apply proper format string attributesDavid Lamparter2023-01-272-0/+2
* bfdd: validate incoming control message lengthMark Stapp2023-01-101-0/+9
* bfdd: fix IPv4 socket source selectionRafael Zalamena2022-11-241-2/+0
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-263-6/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* bfdd: changes for code maintainabilitysri-mohan12022-09-052-20/+20
* Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pktRafael Zalamena2022-08-094-11/+103
|\
| * BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison2022-08-024-11/+103
* | bfdd: Some interfaces don't have mac addressesDonald Sharp2022-08-061-2/+5
* | Merge pull request #11565 from pguibert6WIND/bfd_vrf_lite_supportRafael Zalamena2022-07-222-34/+77
|\ \ | |/ |/|
| * bfdd: allow l3vrf bfd sessions without udp leakingPhilippe Guibert2022-07-192-34/+77
* | BFDD: Cleanup warninglynnemorrison2022-07-191-1/+1
|/
* bfdd: fix coverity memory overrunRafael Zalamena2022-07-061-2/+2
* 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
|\ \ | |/ |/|