| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Partial Revert of 4ecc09d and modify zclient connect behavior | Donald Sharp | 2016-12-14 | 1 | -19/+9 |
* | *: rename two vrf functions | Renato Westphal | 2016-11-28 | 1 | -1/+1 |
* | lib: Fix redist memory free'ing | Donald Sharp | 2016-10-19 | 1 | -5/+11 |
* | lib/zebra: remove code duplication in redist_del_instance() | Renato Westphal | 2016-10-18 | 1 | -20/+13 |
* | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 1 | -4/+4 |
* | lib: fix vrf_bitmap leak in zclient_free() | David Lamparter | 2016-09-28 | 1 | -0/+12 |
* | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -3/+3 |
* | lib: Check prefix length from zebra is sensible | Paul Jakma | 2016-09-23 | 1 | -17/+28 |
* | Revert "Make route flags a 32bit field" | Donald Sharp | 2016-09-23 | 1 | -3/+3 |
* | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -3/+3 |
* | *: remove dead code | Renato Westphal | 2016-09-23 | 1 | -16/+0 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+2 |
* | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 1 | -32/+154 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 1 | -4/+1 |
* | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t | Donald Sharp | 2016-09-02 | 1 | -9/+10 |
* | zebra: implement per-route mtu handling | Timo Teräs | 2016-08-21 | 1 | -0/+8 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -1/+1 |
* | lib/zclient: Consolidate error reporting for zclient_read_header | Donald Sharp | 2016-06-09 | 1 | -0/+7 |
* | lib: make prefix2str simpler to use, and use it in zclient | Timo Teräs | 2016-06-09 | 1 | -3/+3 |
* | lib: use const consistently for zserv path | David Lamparter | 2016-06-08 | 1 | -2/+2 |
* | zclient: Revert lib export of zclient_socket()/zclient_socket_un(). | Everton Marques | 2016-05-30 | 1 | -1/+1 |
* | zebra: Export zclient_socket_un(). | Everton Marques | 2016-05-30 | 1 | -1/+1 |
* | lib: Fixup zclient api to be consistent | Donald Sharp | 2016-05-27 | 1 | -5/+5 |
* | lib: Fix vrf_id_t data type | Donald Sharp | 2016-05-27 | 1 | -1/+1 |
* | bgpd/pimd: fix zAPI parsing | Nicolas Dichtel | 2016-05-26 | 1 | -0/+19 |
* | pimd: merge pimd as of 2015-01-19 | David Lamparter | 2016-05-26 | 1 | -1/+6 |
* | lib: Fix crash in 'no vrf' command | Donald Sharp | 2016-05-13 | 1 | -0/+8 |
* | BGP: Set advertisement interval when triggering IPv6 RAs | vivek | 2016-05-13 | 1 | -1/+2 |
* | lib: Fix connected lookup | Donald Sharp | 2016-05-12 | 1 | -11/+8 |
* | Quagga: Check and cleanup prior address when processing address add on interface | vivek | 2016-05-10 | 1 | -0/+7 |
* | BGP: Trigger IPv6 router advertisements upon config of unnumbered neighbor | vivek | 2016-05-02 | 1 | -0/+31 |
* | lib, bgpd: Refactor vrf handling through zclient | Donald Sharp | 2016-04-15 | 1 | -10/+8 |
* | lib: zclient can overflow (struct interface) hw_addr if zebra is evil | Paul Jakma | 2016-03-28 | 1 | -1/+1 |
* | Quagga: Implement VRF change semantics for an interface | vivek | 2016-02-25 | 1 | -8/+9 |
* | Zebra: Fix neighbor address notification to clients | vivek | 2016-02-25 | 1 | -5/+4 |
* | Quagga: Implement VRF change semantics for an interface | vivek | 2016-02-25 | 1 | -0/+31 |
* | Quagga: Support VRF unregister for clients | vivek | 2016-02-12 | 1 | -3/+58 |
* | zebra: fix interface lookup for vrf configuration | Don Slice | 2016-02-10 | 1 | -1/+1 |
* | lib: Add callbacks for vrf changes into protocol side | Donald Sharp | 2016-02-01 | 1 | -0/+34 |
* | lib: Allow zclient do-over of connect on initial attempt | Donald Sharp | 2016-01-22 | 1 | -1/+15 |
* | Quagga: prefix2str fixup | Donald Sharp | 2015-11-23 | 1 | -1/+1 |
* | Zebra: Remove reliance on NEXTHOP_TYPE_IPV4_ONLINK | Donald Sharp | 2015-11-16 | 1 | -17/+1 |
* | *: add VRF ID in the API message header | Feng Lu | 2015-11-04 | 1 | -123/+183 |
* | Zebra: Make redistribute do replace instead of del/add for better convergence | vivek | 2015-10-21 | 1 | -0/+16 |
* | lib: zclient.c remove extern struct thread_master * | Donald Sharp | 2015-09-23 | 1 | -8/+7 |
* | Support of BFD status in Quagga | radhika | 2015-08-31 | 1 | -3/+3 |
* | This patch changes ospfd from only listening mode for BFD status updates to i... | Donald Sharp | 2015-07-22 | 1 | -40/+0 |
* | This patch changes BGP from only listening mode for BFD status updates to int... | Donald Sharp | 2015-06-12 | 1 | -12/+28 |
* | bgpd, zebra: rfc-5549-generic.patch | Donald Sharp | 2015-06-11 | 1 | -0/+64 |
* | quagga: quagga-memory-leaks.patch | Donald Sharp | 2015-05-20 | 1 | -0/+6 |