| Commit message (Expand) | Author | Age | Files | Lines |
* | sharpd: add v4 redistribute watching | Donald Sharp | 2021-05-04 | 1 | -0/+6 |
* | sharpd: Add Traffic Engineering Database (TED) | Olivier Dugeon | 2021-03-23 | 1 | -0/+27 |
* | sharpd: Dump metric received for the reachability | Donald Sharp | 2021-03-16 | 1 | -1/+2 |
* | sharpd: Convert over to using builtin printf functionality | Donald Sharp | 2021-03-14 | 1 | -11/+6 |
* | sharpd: don't send invalid nexthop-groups to zebra | Mark Stapp | 2021-01-21 | 1 | -1/+31 |
* | sharpd, zebra: Pass and display opaque data as PoC | Donald Sharp | 2020-12-08 | 1 | -9/+18 |
* | *: Convert all usage of zclient_send_message to new enum | Donald Sharp | 2020-11-15 | 1 | -4/+6 |
* | bgpd, lib, sharpd: Add enum for zclient_send_message return | Donald Sharp | 2020-11-15 | 1 | -8/+4 |
* | sharpd: Add buffering support | Donald Sharp | 2020-11-15 | 1 | -22/+106 |
* | sharpd: Re-arrange route_add|delete | Donald Sharp | 2020-11-15 | 1 | -68/+85 |
* | bgpd: Advertise FIB installed routes to bgp peers (Part 1) | Soman K S | 2020-11-06 | 1 | -1/+2 |
* | *: make failure to decode nht update an error | Quentin Young | 2020-10-01 | 1 | -2/+1 |
* | lib,zebra,sharpd: add code for backup proto-NHs but disabled | Stephen Worley | 2020-09-28 | 1 | -1/+18 |
* | lib,sharpd: align zapi NHG apis a bit | Stephen Worley | 2020-09-28 | 1 | -10/+11 |
* | sharp: add check for num_nh > multipath | Stephen Worley | 2020-09-28 | 1 | -0/+7 |
* | lib,zebra,sharpd: clang format | Stephen Worley | 2020-09-28 | 1 | -5/+3 |
* | sharpd: implement NHG notification handling | Stephen Worley | 2020-09-28 | 1 | -1/+30 |
* | sharpd: add abilty to send a nhg to zebra | Donald Sharp | 2020-09-28 | 1 | -8/+40 |
* | sharpd: add a command to send ARP/NDP requests | Jakub UrbaĆczyk | 2020-08-12 | 1 | -0/+5 |
* | sharpd: support 'update lsp' zapi testing | Mark Stapp | 2020-08-04 | 1 | -9/+15 |
* | lib,sharpd,zebra: initial support for multiple backup nexthops | Mark Stapp | 2020-07-17 | 1 | -0/+4 |
* | Merge pull request #6530 from mjstapp/backup_nhg_notify | Donald Sharp | 2020-07-10 | 1 | -0/+6 |
|\ |
|
| * | sharpd: be explicit if nht is uninstalled | Mark Stapp | 2020-07-07 | 1 | -0/+6 |
* | | sharpd: use extern for globals | Mark Stapp | 2020-07-07 | 1 | -2/+2 |
|/ |
|
* | sharpd: add zclient session create and delete | Mark Stapp | 2020-06-16 | 1 | -10/+91 |
* | sharpd,zebra: unicast support for zapi messages | Mark Stapp | 2020-06-10 | 1 | -4/+12 |
* | lib,zebra,sharpd: modify opaque zapi message to support unicast | Mark Stapp | 2020-06-10 | 1 | -5/+4 |
* | sharpd: add handler for OPAQUE messages | Mark Stapp | 2020-06-02 | 1 | -1/+19 |
* | sharpd: send opaque message registrations | Mark Stapp | 2020-06-02 | 1 | -0/+31 |
* | sharpd: send new OPAQUE messages | Mark Stapp | 2020-06-02 | 1 | -0/+29 |
* | sharpd: include backup nh info with lsps | Mark Stapp | 2020-06-01 | 1 | -16/+53 |
* | sharpd: support backup nexthops | Mark Stapp | 2020-03-27 | 1 | -4/+29 |
* | *: remove tabs from log messages | David Lamparter | 2020-03-24 | 1 | -4/+4 |
* | Merge pull request #5779 from mjstapp/sharp_with_lsps | Donald Sharp | 2020-03-17 | 1 | -36/+56 |
|\ |
|
| * | sharpd: add support for install/remove lsps | Mark Stapp | 2020-02-25 | 1 | -36/+56 |
* | | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -5/+3 |
|/ |
|
* | lib, zebra: Allow for encode/decode of nexthop weight in pass down | Donald Sharp | 2019-12-09 | 1 | -0/+2 |
* | lib,sharpd: support labelled nexthop-groups in sharpd | Mark Stapp | 2019-12-06 | 1 | -0/+11 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | sharpd: Start infrastructure to allow for redistribution testing | Donald Sharp | 2019-10-02 | 1 | -19/+55 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -21/+1 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -10/+1 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -21/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -14/+1 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+23 |
* | sharpd: Fix repeat sub-command to work | Donald Sharp | 2019-08-03 | 1 | -1/+1 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -4/+3 |
* | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -3/+4 |
* | *: fix some dumb printf format warnings | David Lamparter | 2019-06-11 | 1 | -4/+4 |
* | lib, pimd, sharpd: Various output string cleanups | Donald Sharp | 2019-06-07 | 1 | -2/+2 |