| Commit message (Expand) | Author | Age | Files | Lines |
* | bfdd: simplify session observers code | Rafael Zalamena | 2019-10-11 | 1 | -13/+0 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -18/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -15/+2 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+11 |
* | bfdd: update vrf name of bfd session if necessary | Philippe Guibert | 2019-08-27 | 1 | -0/+5 |
* | bfdd: add vrf information as key element for bfd session search | Philippe Guibert | 2019-08-27 | 1 | -0/+3 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -7/+6 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -4/+4 |
* | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -2/+3 |
* | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 1 | -2/+11 |
* | bfdd: do not insert obs entry in the list, once disabled | Philippe Guibert | 2019-05-07 | 1 | -1/+0 |
* | bfdd: check bfd on upon interface presence from separate vrf | Philippe Guibert | 2019-05-07 | 1 | -2/+8 |
* | bfdd: upon vrf enable/disable, update bs and obs list | Philippe Guibert | 2019-05-07 | 1 | -0/+46 |
* | bfdd: register to interfaces from other vrfs | Philippe Guibert | 2019-05-07 | 1 | -0/+14 |
* | bfdd, zebra: pass the vrf identifier between zebra and bfdd | Philippe Guibert | 2019-05-07 | 1 | -11/+26 |
* | bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routines | Philippe Guibert | 2019-05-07 | 1 | -1/+1 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -18/+9 |
* | bfdd: remove operational bfd sessions from remote daemons | Philippe Guibert | 2019-04-18 | 1 | -0/+4 |
* | bfdd, nhrpd, pimd: When deleting an interface clean up | Donald Sharp | 2019-03-29 | 1 | -0/+2 |
* | bfdd: don't enable sessions without local-address | Rafael Zalamena | 2019-03-12 | 1 | -0/+46 |
* | bfdd: change session lookup data structure | Rafael Zalamena | 2019-03-12 | 1 | -70/+13 |
* | *: do not check XMALLOC / XCALLOC for null ret | Quentin Young | 2019-02-26 | 1 | -4/+0 |
* | bfdd: implement session interface observer | Rafael Zalamena | 2019-02-14 | 1 | -4/+59 |
* | bfdd: refactor session lookup | Rafael Zalamena | 2019-02-14 | 1 | -0/+21 |
* | bfdd: use zebra to learn about network interfaces | Rafael Zalamena | 2019-01-10 | 1 | -3/+46 |
* | Merge pull request #3276 from donaldsharp/zclient_update | Renato Westphal | 2018-11-12 | 1 | -1/+1 |
|\ |
|
| * | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -1/+1 |
* | | bfdd: fix BGP unnumbered peer setup | Rafael Zalamena | 2018-11-09 | 1 | -0/+15 |
|/ |
|
* | *: fix some solaris warnings | David Lamparter | 2018-09-08 | 1 | -1/+1 |
* | bfdd: improve ptm_adapter log messages | Rafael Zalamena | 2018-08-16 | 1 | -15/+14 |
* | bfdd: add new counters and command to show them | Rafael Zalamena | 2018-08-15 | 1 | -0/+2 |
* | bfdd: Fix `don't assign to value to ourself` compiler warning | Donald Sharp | 2018-08-15 | 1 | -7/+1 |
* | bfdd: clean-up bfd clients data on shutdown | Rafael Zalamena | 2018-08-08 | 1 | -0/+17 |
* | bfdd: free zebra clients data on unregistration | Rafael Zalamena | 2018-08-08 | 1 | -0/+48 |
* | bfdd: send replay request on zebra connection | Rafael Zalamena | 2018-08-08 | 1 | -0/+22 |
* | bfdd: re-route PTM-BFD daemon messages | Rafael Zalamena | 2018-08-08 | 1 | -0/+631 |