summaryrefslogtreecommitdiffstats
path: root/bfdd/ptm_adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* *: apply proper format string attributesDavid Lamparter2023-01-271-0/+1
* bfdd: fix broken FSM in active modeanlan_cs2022-04-241-1/+2
* bfdd: Use AF_UNSPEC instead of comparing to 0Donald Sharp2022-02-071-1/+1
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-5/+0
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-7/+5
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-14/+17
* lib: fix bfd multihopIgor Ryzhov2021-06-011-1/+1
* bfdd: make sessions administratively up by defaultIgor Ryzhov2021-03-141-3/+0
* 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: improve some debug messages related to zebra notificationsPhilippe Guibert2021-01-091-5/+6
* bfdd: enable bfd session if vrf interface availablePhilippe Guibert2021-01-091-6/+13
* bfdd: move interface/vrf reset codeRafael Zalamena2020-11-241-1/+2
* Merge pull request #7476 from opensourcerouting/bfd-fixesRuss White2020-11-171-51/+73
|\
| * bfdd: missing BFD integration debug valueRafael Zalamena2020-11-081-3/+9
| * bfdd,lib: simplify integration protocolRafael Zalamena2020-11-081-48/+64
* | bfdd: On interface address delete we are leaking memoryDonald Sharp2020-11-151-1/+4
|/
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-3/+2
* bfdd: implement minimum TTLRafael Zalamena2020-08-121-2/+12
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp2020-07-021-6/+29
|\
| * bfdd,lib: implement protocol profile selectionRafael Zalamena2020-05-291-6/+29
* | Merge pull request #6390 from opensourcerouting/bfd-cp-fixRuss White2020-06-161-12/+51
|\ \ | |/ |/|
| * bfdd: tell peer when our control plane is deadRafael Zalamena2020-05-141-12/+51
* | bfdd: implement BFD session configuration profilesRafael Zalamena2020-05-201-0/+3
|/
* bfdd: fix frr-format false warningDavid Lamparter2020-04-271-4/+5
* bfdd: add more zebra debug messagesRafael Zalamena2020-04-141-25/+22
* bfdd: simplify code flowRafael Zalamena2020-04-141-16/+2
* bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-141-5/+23
* bfdd: use standard log macrosRafael Zalamena2020-04-101-17/+19
* bfdd: remove BFD_*_FLAG macrosRafael Zalamena2020-04-091-3/+3
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-3/+10
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-3/+10
* | bfdd: simplify session observers codeRafael Zalamena2019-10-111-13/+0
* | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-18/+1
* | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-15/+2
* | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+11
|/
* bfdd: update vrf name of bfd session if necessaryPhilippe Guibert2019-08-271-0/+5
* bfdd: add vrf information as key element for bfd session searchPhilippe Guibert2019-08-271-0/+3
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-7/+6
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-4/+4
* lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-2/+3
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-2/+11
* bfdd: do not insert obs entry in the list, once disabledPhilippe Guibert2019-05-071-1/+0
* bfdd: check bfd on upon interface presence from separate vrfPhilippe Guibert2019-05-071-2/+8
* bfdd: upon vrf enable/disable, update bs and obs listPhilippe Guibert2019-05-071-0/+46
* bfdd: register to interfaces from other vrfsPhilippe Guibert2019-05-071-0/+14
* bfdd, zebra: pass the vrf identifier between zebra and bfddPhilippe Guibert2019-05-071-11/+26
* bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert2019-05-071-1/+1