summaryrefslogtreecommitdiffstats
path: root/bfdd/ptm_adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+9
* bfdd: remove operational bfd sessions from remote daemonsPhilippe Guibert2019-04-181-0/+4
* bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp2019-03-291-0/+2
* bfdd: don't enable sessions without local-addressRafael Zalamena2019-03-121-0/+46
* bfdd: change session lookup data structureRafael Zalamena2019-03-121-70/+13
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-4/+0
* bfdd: implement session interface observerRafael Zalamena2019-02-141-4/+59
* bfdd: refactor session lookupRafael Zalamena2019-02-141-0/+21
* bfdd: use zebra to learn about network interfacesRafael Zalamena2019-01-101-3/+46
* Merge pull request #3276 from donaldsharp/zclient_updateRenato Westphal2018-11-121-1/+1
|\
| * *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* | bfdd: fix BGP unnumbered peer setupRafael Zalamena2018-11-091-0/+15
|/
* *: fix some solaris warningsDavid Lamparter2018-09-081-1/+1
* bfdd: improve ptm_adapter log messagesRafael Zalamena2018-08-161-15/+14
* bfdd: add new counters and command to show themRafael Zalamena2018-08-151-0/+2
* bfdd: Fix `don't assign to value to ourself` compiler warningDonald Sharp2018-08-151-7/+1
* bfdd: clean-up bfd clients data on shutdownRafael Zalamena2018-08-081-0/+17
* bfdd: free zebra clients data on unregistrationRafael Zalamena2018-08-081-0/+48
* bfdd: send replay request on zebra connectionRafael Zalamena2018-08-081-0/+22
* bfdd: re-route PTM-BFD daemon messagesRafael Zalamena2018-08-081-0/+631