summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Consistently support 32-bit route tagsChristian Franke2016-10-085-6/+39
* lib: Remove unknown protocol.Donald Sharp2016-10-072-2/+0
* lib: Fix ordering issue in protocol namesDonald Sharp2016-10-072-2/+10
* lib, isisd: enable concurrent configuration editingDavid Lamparter2016-10-073-1/+14
* lib: replace vty->index_sub with qobjDavid Lamparter2016-10-072-59/+32
* lib: use qobj for vty->index context positionDavid Lamparter2016-10-073-37/+16
* lib: vty: add infrastructure for qobj ID "index"David Lamparter2016-10-071-1/+52
* lib: qobj: register ifaces, routemaps & keychainsDavid Lamparter2016-10-078-2/+56
* lib: add "qobj" object-ID infrastructureDavid Lamparter2016-10-074-2/+211
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-038-0/+93
* lib: add skiplistLou Berger2016-09-303-3/+848
* memory: restore 'memstats:' keyword when logging memstats - useful in logLou Berger2016-09-301-1/+1
* log.h: restore vzlog externLou Berger2016-09-301-0/+2
* lib: add route_table_get_default_delegateLou Berger2016-09-302-0/+9
* zebra: support FIB override routesTimo Teräs2016-09-301-0/+1
* lib: Only display memory items that have allocationsDonald Sharp2016-09-301-7/+9
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-301-9/+23
|\
| * lib: apply mask to prefix in prefix-listDon Slice2016-09-121-9/+23
* | lib: Fix compile for jsonDonald Sharp2016-09-291-0/+6
* | lib: fix vrf_bitmap leak in zclient_free()David Lamparter2016-09-281-0/+12
* | use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-1/+1
* | lib: Allow more space in thread.c outputDonald Sharp2016-09-261-3/+3
* | lib: Make distribute.c accepts both v4 and v6.Matthieu Boutier2016-09-262-48/+337
* | lib: simplify distribute.c's code.Matthieu Boutier2016-09-261-172/+126
* | Make route flags a 32bit fieldChristian Franke2016-09-232-5/+5
* | lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-17/+28
* | lib: force local MIN/MAX macrosDavid Lamparter2016-09-232-4/+7
* | lib: update Solaris multicast API (BZ#725)Christian Franke2016-09-231-0/+34
* | lib: fix ICC warning in route-map codeDavid Lamparter2016-09-231-1/+1
* | Revert "Make route flags a 32bit field"Donald Sharp2016-09-232-5/+5
* | Revert "zebra: support FIB override routes"Donald Sharp2016-09-231-1/+0
* | zebra: support FIB override routesTimo Teräs2016-09-231-0/+1
* | Make route flags a 32bit fieldChristian Franke2016-09-232-5/+5
* | zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-2/+2
* | *: remove dead codeRenato Westphal2016-09-232-20/+0
* | zebra: fix bug in nexthop label allocationßingen2016-09-231-1/+2
* | mpls: add support to the OpenBSD kernelRenato Westphal2016-09-231-0/+6
* | mpls: add support for LDP LSPsRenato Westphal2016-09-235-6/+26
* | ldpd: adapt the code for QuaggaRenato Westphal2016-09-2312-29/+158
* | ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal2016-09-235-0/+2004
* | MPLS: Install labeled static routesvivek2016-09-231-0/+3
* | Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-232-1/+33
* | Quagga: Static LSP configurationvivek2016-09-231-0/+2
* | Quagga: Definitions for static LSPsvivek2016-09-231-0/+9
* | Quagga: Basic definitions for MPLSvivek2016-09-231-0/+172
* | lib: Add #define str for JavaScript help stringDonald Sharp2016-09-211-0/+2
* | lib: deregister memtypes on exit/unloadDavid Lamparter2016-09-191-6/+25
* | lib: clean/restore memory debugging functionsDavid Lamparter2016-09-194-89/+37
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-1940-311/+131
* | lib: migrate to new memory-type handlingDavid Lamparter2016-09-197-722/+302