| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5813 from mjstapp/zapi_labels_use_nh | Donald Sharp | 2020-02-18 | 1 | -31/+6 |
|\ |
|
| * | *: encode zapi labels message using nexthops | Mark Stapp | 2020-02-14 | 1 | -31/+6 |
* | | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -2/+0 |
|/ |
|
* | lib: Adding GR capabilites encode and decode. | Santosh P K | 2020-01-30 | 1 | -14/+54 |
* | bgpd: BGP Garaceful Restart debug logs. | bisdhdh | 2020-01-23 | 1 | -0/+1 |
* | bgpd: Zebra lib for Graceful Restart. | bisdhdh | 2020-01-23 | 1 | -0/+28 |
* | lib: Fix nexthop encoding | Donald Sharp | 2020-01-18 | 1 | -10/+0 |
* | zebra: fix redist memleak on client disconnect | Quentin Young | 2020-01-15 | 1 | -0/+12 |
* | lib,zebra: add zapi msg top level error handling | Stephen Worley | 2020-01-08 | 1 | -0/+28 |
* | lib: dont decode more nexthops than we can handle | Quentin Young | 2020-01-06 | 1 | -0/+11 |
* | lib, zebra: Allow for encode/decode of nexthop weight in pass down | Donald Sharp | 2019-12-09 | 1 | -0/+15 |
* | *: revise zapi nexthop encoding | Mark Stapp | 2019-12-06 | 1 | -131/+183 |
* | pimd, lib: adding support for MLAG Message processing at PIM | Satheesh Kumar K | 2019-11-14 | 1 | -0/+27 |
* | pimd : Add support for MLAG Register & Un-register | Satheesh Kumar K | 2019-11-14 | 1 | -0/+33 |
* | lib, zebra: Fix last write command written | Donald Sharp | 2019-10-15 | 1 | -0/+4 |
* | Revert "Merge pull request #4885 from satheeshkarra/pim_mlag" | Quentin Young | 2019-10-14 | 1 | -66/+0 |
* | Merge pull request #4885 from satheeshkarra/pim_mlag | Jafar Al-Gharaibeh | 2019-10-14 | 1 | -0/+66 |
|\ |
|
| * | pimd, lib: adding support for MLAG Message processing at PIM | Satheesh Kumar K | 2019-09-24 | 1 | -0/+33 |
| * | pimd : Add support for MLAG Register & Un-register | Satheesh Kumar K | 2019-09-17 | 1 | -0/+33 |
* | | lib: Decode vrf_id update appropriately from zapi | Stephen Worley | 2019-10-02 | 1 | -1/+1 |
* | | lib: delete interface if you can in upper level protocol | Donald Sharp | 2019-09-19 | 1 | -1/+5 |
* | | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -3/+15 |
* | | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -3/+14 |
* | | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -3/+14 |
* | | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -8/+6 |
* | | lib, zebra: add new MPLS zapi message with route replace semantics | Renato Westphal | 2019-09-10 | 1 | -26/+50 |
* | | lib, zebra: enhance the MPLS zapi messages | Renato Westphal | 2019-09-07 | 1 | -41/+67 |
* | | zebra: identify MPLS FTNs by route type and instance | Renato Westphal | 2019-09-07 | 1 | -2/+4 |
* | | lib: introduce encode/decode functions for the MPLS zapi messages | Renato Westphal | 2019-09-07 | 1 | -0/+85 |
|/ |
|
* | Merge pull request #4789 from sworleys/Nexthop-Sort-Optimization | Mark Stapp | 2019-09-04 | 1 | -0/+88 |
|\ |
|
| * | lib: Sort zapi_nexthops on the encode | Stephen Worley | 2019-08-19 | 1 | -0/+88 |
* | | lib: don't ignore stream errors in some zapi decode functions | Renato Westphal | 2019-08-21 | 1 | -4/+7 |
|/ |
|
* | lib, zebra: handle failure in get chunk | Emanuele Di Pascale | 2019-07-10 | 1 | -0/+9 |
* | lib, zebra: support label chunk requests for SRGB | Emanuele Di Pascale | 2019-07-10 | 1 | -2/+6 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -17/+7 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -3/+9 |
* | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -3/+6 |
* | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrf | Philippe Guibert | 2019-06-11 | 1 | -1/+2 |
* | lib, zebra: Ensure route encoding has enough space | Donald Sharp | 2019-05-31 | 1 | -2/+5 |
* | vrrpd: autoconfig support | Quentin Young | 2019-05-17 | 1 | -0/+3 |
* | vrrpd: protodown macvlan in backup state | Quentin Young | 2019-05-17 | 1 | -0/+19 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -5/+2 |
* | lib, zebra: changes to propagate vxlan mcast SG entries to pimd | Anuradha Karuppiah | 2019-04-20 | 1 | -0/+11 |
* | *: setting the socket send/recv buffer sizes doesn't need elevated privs | Renato Westphal | 2019-04-08 | 1 | -4/+1 |
* | lib: reduce exported var symbols | Quentin Young | 2019-04-03 | 1 | -3/+3 |
* | Merge pull request #4014 from dslicenc/zclient-interface-add | Renato Westphal | 2019-03-29 | 1 | -0/+5 |
|\ |
|
| * | lib: zclient provide interface info during reg_requests | Don Slice | 2019-03-25 | 1 | -0/+5 |
* | | lib: Improve debugs in zclient.c | Donald Sharp | 2019-03-25 | 1 | -3/+4 |
|/ |
|
* | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 1 | -4/+4 |
* | lib: Send interface request after initial hello | Donald Sharp | 2019-02-05 | 1 | -6/+2 |