| Commit message (Expand) | Author | Age | Files | Lines |
* | *: use FRR interface name definition everywhere | Rafael Zalamena | 2022-05-02 | 1 | -2/+2 |
* | zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIB | David Lamparter | 2022-04-26 | 1 | -1/+1 |
* | *: add SAFI argument to zclient_send_rnh | David Lamparter | 2022-03-27 | 1 | -1/+2 |
* | *: When matching against a nexthop send and process what it matched against | Donald Sharp | 2022-03-12 | 1 | -1/+11 |
* | lib: rename bfd function to reflect real functionality | Igor Ryzhov | 2021-11-15 | 1 | -1/+1 |
* | Merge pull request #9854 from opensourcerouting/zapi-call-table | Russ White | 2021-10-26 | 1 | -57/+25 |
|\ |
|
| * | *: convert zclient callbacks to table | David Lamparter | 2021-10-20 | 1 | -57/+25 |
* | | lib: finish fixing spelling in lib files | ewlumpkin | 2021-10-22 | 1 | -2/+2 |
|/ |
|
* | zebra: Attempt to clarify variable names as they are used | Donald Sharp | 2021-09-27 | 1 | -1/+1 |
* | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messages | Donald Sharp | 2021-09-27 | 1 | -4/+0 |
* | *: Add resolve via default flag | Donald Sharp | 2021-09-27 | 1 | -1/+1 |
* | lib: add zapi encode/decode func for srv6 locator | Hiroki Shirokura | 2021-09-07 | 1 | -0/+3 |
* | lib, zebra: complete the ndm flags on zclient api | Philippe Guibert | 2021-08-26 | 1 | -1/+10 |
* | nhrp, zebra, lib: pass exact received neighbor state value to nhrp | Philippe Guibert | 2021-08-26 | 1 | -5/+3 |
* | isisd, ospfd: update interface_link_params callback to check for change | Karen Schoener | 2021-06-28 | 1 | -1/+2 |
* | *: delete ZEBRA_FLAG_SEG6*_ROUTE and add ZAPI_NEXTHOP_FLAG_SEG6* | Hiroki Shirokura | 2021-06-02 | 1 | -10/+2 |
* | zebra: delete unneeded zebra_srv6_manager_connect | Hiroki Shirokura | 2021-06-02 | 1 | -2/+0 |
* | zebra: add zapi_srv6_locator_chunk_{en,de}code | Hiroki Shirokura | 2021-06-02 | 1 | -0/+5 |
* | lib: add usual func to install SRv6 localsid (step4) | Hiroki Shirokura | 2021-06-02 | 1 | -0/+5 |
* | lib: add new nexthop's attributes seg6 (step3) | Hiroki Shirokura | 2021-06-02 | 1 | -0/+3 |
* | lib: add new structures for srv6-locator (step2) | Hiroki Shirokura | 2021-06-02 | 1 | -0/+16 |
* | lib: add new nexthop's attributes seg6local (step1) | Hiroki Shirokura | 2021-06-02 | 1 | -0/+14 |
* | lib, zebra: get gre information | Philippe Guibert | 2021-04-30 | 1 | -0/+3 |
* | zebra: add 3 new gre commands, and enforce synchro mecanism | Philippe Guibert | 2021-04-30 | 1 | -0/+3 |
* | lib, bgpd, zebra: RA interval is unsigned | Quentin Young | 2021-04-28 | 1 | -1/+1 |
* | Merge pull request #8488 from mjstapp/more_workqueue | Stephen Worley | 2021-04-27 | 1 | -0/+23 |
|\ |
|
| * | lib: add 2string for zapi nhg result codes | Mark Stapp | 2021-04-15 | 1 | -0/+23 |
* | | nhrp, zebra, lib: enforce usage of zapi_neigh_ip structure | Philippe Guibert | 2021-04-13 | 1 | -3/+13 |
* | | zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane framework | Philippe Guibert | 2021-04-09 | 1 | -3/+4 |
* | | lib: add api to configure neighbor table per interface | Philippe Guibert | 2021-04-09 | 1 | -0/+1 |
* | | nhrp, lib, zebra: add/del neighbor entry possible from nhrp | Philippe Guibert | 2021-04-09 | 1 | -0/+13 |
* | | zebra: link layer config and notification, implementation in zebra | Philippe Guibert | 2021-04-09 | 1 | -0/+2 |
* | | lib: link layer neighbor registration and notification, define API msgs | Philippe Guibert | 2021-04-09 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #8137 from Orange-OpenSource/ospf_ls | Russ White | 2021-03-30 | 1 | -1/+1 |
|\ |
|
| * | lib: Update Link State Database | Olivier Dugeon | 2021-03-23 | 1 | -1/+1 |
* | | lib/zebra: zapi for installing EVPN nexthops from bgp | Anuradha Karuppiah | 2021-03-26 | 1 | -0/+2 |
|/ |
|
* | zebra: move ipset and ipset_entry to zebra dplane contexts | Philippe Guibert | 2021-03-10 | 1 | -3/+3 |
* | libs,zebra: remove zapi nhg encode and decode public apis | Mark Stapp | 2021-01-19 | 1 | -3/+1 |
* | zebra: Create function to dump MACIP flags | Donald Sharp | 2021-01-13 | 1 | -1/+4 |
* | zebra: Add ability to display in human readable format re->flags and status | Donald Sharp | 2021-01-13 | 1 | -0/+3 |
* | ldpd: add support for RLFA clients | Renato Westphal | 2021-01-09 | 1 | -0/+52 |
* | Merge pull request #7678 from donaldsharp/aspath_to_zebra | Russ White | 2020-12-10 | 1 | -3/+9 |
|\ |
|
| * | lib: Add encode/decode of opaque data | Donald Sharp | 2020-12-08 | 1 | -0/+7 |
| * | lib, zebra: Fix overlapping message types | Donald Sharp | 2020-12-08 | 1 | -3/+2 |
* | | ldpd, isisd, ospfd: Remove periodic ldp-sync hello message | Karen Schoener | 2020-12-09 | 1 | -2/+0 |
* | | zebra: Adding zapi client close notification | Karen Schoener | 2020-12-08 | 1 | -0/+13 |
|/ |
|
* | Merge pull request #7478 from donaldsharp/buffer | Mark Stapp | 2020-11-18 | 1 | -58/+95 |
|\ |
|
| * | *: Convert all usage of zclient_send_message to new enum | Donald Sharp | 2020-11-15 | 1 | -54/+66 |
| * | bgpd, lib, sharpd: Add enum for zclient_send_message return | Donald Sharp | 2020-11-15 | 1 | -2/+9 |
| * | bgpd, lib: Indicate when we are buffering instead of immediately sending down... | Donald Sharp | 2020-11-15 | 1 | -17/+34 |