| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4635 from AnuradhaKaruppiah/evpn-pim-replay | Jafar Al-Gharaibeh | 2019-07-15 | 1 | -0/+1 |
|\ |
|
| * | pimd, zebra: request for replay of SG entries on startup | Anuradha Karuppiah | 2019-07-03 | 1 | -0/+1 |
* | | lib, zebra: support label chunk requests for SRGB | Emanuele Di Pascale | 2019-07-10 | 1 | -6/+4 |
|/ |
|
* | lib: Move zebra_size_t to zclient.h who should own it | Donald Sharp | 2019-06-02 | 1 | -0/+3 |
* | lib: Move ZEBRA_HEADER_MARKER to header it belongs in | Donald Sharp | 2019-06-02 | 1 | -0/+6 |
* | lib: Move zclient flags to zclient.h | Donald Sharp | 2019-06-02 | 1 | -0/+35 |
* | lib, zebra: Ensure route encoding has enough space | Donald Sharp | 2019-05-31 | 1 | -1/+1 |
* | vrrpd: protodown macvlan in backup state | Quentin Young | 2019-05-17 | 1 | -0/+4 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -3/+1 |
* | lib: define ZAPI_CALLBACK_ARGS macro | Quentin Young | 2019-05-03 | 1 | -56/+39 |
* | lib, zebra: changes to propagate vxlan mcast SG entries to pimd | Anuradha Karuppiah | 2019-04-20 | 1 | -0/+6 |
* | lib: advertise svi ip as macip opcode | Chirag Shah | 2019-02-07 | 1 | -0/+1 |
* | *: The onlink attribute should be owned by the nexthop not the route. | Donald Sharp | 2019-01-27 | 1 | -0/+1 |
* | zebra: propagate inactive neigh deletes to bgpd | Anuradha Karuppiah | 2019-01-25 | 1 | -0/+2 |
* | lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messages | Renato Westphal | 2019-01-18 | 1 | -2/+3 |
* | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages | Renato Westphal | 2019-01-14 | 1 | -2/+5 |
* | lib, zebra: On startup send mlag role as part of the capabilities | Donald Sharp | 2019-01-04 | 1 | -0/+3 |
* | bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la... | Anton Degtyarev | 2018-12-20 | 1 | -0/+4 |
* | zebra: dup addr detect zapi changes | Chirag Shah | 2018-11-18 | 1 | -1/+1 |
* | bgpd: dup addr detect config cli | Chirag Shah | 2018-11-18 | 1 | -0/+1 |
* | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -15/+2 |
* | lib, zebra: Allow the specification of BUM flooding | Donald Sharp | 2018-10-12 | 1 | -0/+1 |
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixes | paco | 2018-09-18 | 1 | -1/+2 |
* | lib: Remove dead code | Donald Sharp | 2018-09-04 | 1 | -1/+0 |
* | doc, lib, zebra: Remove deprecated encode and decode functionality | Donald Sharp | 2018-08-24 | 1 | -84/+1 |
* | bfdd: re-route PTM-BFD daemon messages | Rafael Zalamena | 2018-08-08 | 1 | -0/+1 |
* | Merge pull request #2665 from chiragshah6/evpn_dev | Russ White | 2018-07-24 | 1 | -0/+2 |
|\ |
|
| * | bgpd: support evpn nd ext community | Chirag Shah | 2018-07-17 | 1 | -0/+2 |
* | | lib: remove VERSION_TYPE_DEV from CONFDATE checks | Lou Berger | 2018-07-10 | 1 | -2/+2 |
|/ |
|
* | bgpd, lib: Cleanup CI warnings from system | Donald Sharp | 2018-05-30 | 1 | -2/+4 |
* | *: support for evpn type-4 route | mitesh | 2018-05-30 | 1 | -0/+4 |
* | zebra: add pbr objects fail_remove value into notification | Philippe Guibert | 2018-05-25 | 1 | -0/+4 |
* | Merge pull request #2124 from donaldsharp/missed | Russ White | 2018-05-12 | 1 | -2/+2 |
|\ |
|
| * | bgpd, zebra: Handle EVPN router MAC per next hop | vivek | 2018-04-26 | 1 | -2/+2 |
* | | bgpd: handle configuration of iptables with zebra | Philippe Guibert | 2018-04-30 | 1 | -0/+7 |
|/ |
|
* | zebra: Add pass up through zapi what zebra is capable of handling | Donald Sharp | 2018-04-18 | 1 | -0/+7 |
* | lib: enhance pbr_rule structure for zapi encode and for common usage | Philippe Guibert | 2018-04-16 | 1 | -6/+6 |
* | zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapi | Philippe Guibert | 2018-04-16 | 1 | -0/+15 |
* | zebra: handling notifications upon ipset creation/destruction done | Philippe Guibert | 2018-04-16 | 1 | -0/+31 |
* | lib: add ZEBRA IPSET defines | Philippe Guibert | 2018-04-16 | 1 | -0/+4 |
* | zebra: handle entry pointfs for ipset creation/destruction | Philippe Guibert | 2018-04-16 | 1 | -0/+12 |
* | bgpd: dynamic mpls label pool | G. Paul Ziemba | 2018-04-12 | 1 | -0/+7 |
* | *: Only test CONFDATE when VERSION_TYPE_DEV defined | Lou Berger | 2018-04-03 | 1 | -2/+2 |
* | lib: add framework for allocating routing table identifier IDs | Philippe Guibert | 2018-03-29 | 1 | -0/+9 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -46/+48 |
* | lib, zebra: slight cleanup after rebase | Quentin Young | 2018-03-12 | 1 | -1/+1 |
* | lib: zclient.h style fixes | Quentin Young | 2018-03-12 | 1 | -2/+5 |
* | lib, zebra: use existing zapi header struct | Quentin Young | 2018-03-12 | 1 | -7/+55 |
* | lib, zebra: Add Rule insertion success/failure messages | Donald Sharp | 2018-03-09 | 1 | -0/+12 |
* | lib, zebra: Add rule encoding | Donald Sharp | 2018-03-09 | 1 | -0/+3 |