summaryrefslogtreecommitdiffstats
path: root/bfdd/bfd_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: changes for code maintainabilitysri-mohan12024-07-161-2/+2
* Merge pull request #15697 from zmw12306/bfd_check_MflagIgor Ryzhov2024-04-121-0/+6
|\
| * bfdd: add check for flag Mzmw123062024-04-121-0/+6
* | *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-041-0/+1
* | *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+4
* | bfdd: add debug flag around loglynnemorrison2023-07-281-3/+4
* | Merge pull request #13364 from zmw12306/bfd_authDonatas Abraitis2023-06-081-0/+38
|\ \
| * | bfd: fix missing Authentication in control pktzmw123062023-04-251-0/+38
| |/
* / bfdd: Fix malformed session with vrfanlan_cs2023-05-111-1/+1
|/
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-8/+8
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-12/+12
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* bfdd: Remove useless check for ECHO packetanlan_cs2023-03-031-7/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* bfdd: fix size_t format stringDavid Lamparter2023-01-271-1/+1
* *: apply proper format string attributesDavid Lamparter2023-01-271-0/+1
* bfdd: fix IPv4 socket source selectionRafael Zalamena2022-11-241-2/+0
* bfdd: changes for code maintainabilitysri-mohan12022-09-051-18/+18
* Merge pull request #11668 from rampxxxx/bfd_rtt_in_echo_pktRafael Zalamena2022-08-091-10/+36
|\
| * BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison2022-08-021-10/+36
* | 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-221-0/+45
|\ \ | |/ |/|
| * bfdd: allow l3vrf bfd sessions without udp leakingPhilippe Guibert2022-07-191-0/+45
* | 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-271-5/+410
* bfdd: fix override between sessionsanlan_cs2022-05-061-0/+8
* bfdd: remove "local_address" of bfd sessionewlumpkin2022-05-021-3/+0
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-12/+10
* bfdd: correct one word of commentanlan_cs2022-01-241-1/+1
* bfdd: fix the possibly wrong counter of control packetsanlan_cs2022-01-181-2/+2
* bfdd: fix detection timeout updateIgor Ryzhov2021-12-031-3/+18
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-1/+1
* bfdd: cleanup vrf handling in packet receiveIgor Ryzhov2021-10-141-6/+10
* bfdd: don't store interface pointer for multihop sessionsIgor Ryzhov2021-06-011-1/+1
* bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-161-1/+1
* bfdd: Prevent unininited data transmittalDonald Sharp2021-01-301-1/+1
* bfdd: update vrf of received packetPhilippe Guibert2021-01-091-0/+10
* bfdd: socket should be bound to vrf interface by defaultPhilippe Guibert2021-01-091-4/+6
* bfdd: fix possible null dereferenceIgor Ryzhov2020-11-051-2/+2
* bfdd: Allow it to work when V6 is completely turned offDonald Sharp2020-08-141-6/+27
* bfdd: implement minimum TTLRafael Zalamena2020-08-121-3/+3
* bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-141-15/+30
* bfdd: use standard log macrosRafael Zalamena2020-04-101-57/+60
* bfdd: initialize packet data with zeroesRafael Zalamena2020-04-091-1/+1
* bfdd: remove BFD_*_FLAG macrosRafael Zalamena2020-04-091-11/+11
* bfdd: fix -Wundef warningRuben Kerkhof2020-03-301-1/+1
* bfdd: fix format stringsDavid Lamparter2020-01-211-2/+2
* Merge pull request #5274 from opensourcerouting/bfdd-vrf-socketRuss White2019-11-191-12/+16
|\