summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: add new extensible memory-type handlingDavid Lamparter2016-09-196-4/+317
* lib: move memory.[ch] out of the wayDavid Lamparter2016-09-194-99/+101
* isisd, lib, vtysh: Allow extract.pl to fully workDonald Sharp2016-09-172-19/+19
* lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-09-173-40/+64
* lib: Remove ZEBRA_INTERFACE_RENAMEDonald Sharp2016-09-172-2/+0
* lib, ospfd: Remove ospf specific #define from zebra.hDonald Sharp2016-09-171-20/+0
* lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOPDonald Sharp2016-09-152-4/+0
* lib, zebra: Remove unused zserv/zclient callsDonald Sharp2016-09-152-4/+0
* lib: Make zebra messages types a enumDonald Sharp2016-09-151-51/+52
* lib: Fix tab completions memleak, memory stats corruptionQuentin Young2016-09-091-4/+10
* vrf: add a runtime check before playing with netnsNicolas Dichtel2016-09-091-37/+57
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-094-18/+232
* lib: Create ns.cDonald Sharp2016-09-094-2/+650
* quagga: remove refix directory from git statusDonald Sharp2016-09-091-0/+1
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-092-0/+37
|\
| * lib, bgpd: Log next hopsvivek2016-09-082-0/+37
* | lib: add AF_ETHERNET/AFI_ETHERLou Berger2016-09-034-3/+162
* | lib: dump memory stats on coreLou Berger2016-09-031-0/+2
* | lib: fix memory leak in zprivs_caps_initLou Berger2016-09-031-0/+7
* | Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-0312-33/+356
* | lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-033-16/+124
* | lib/memory: fix indirect static link with zlibBaruch Siach2016-09-022-8/+10
* | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-022-17/+10
* | lib: Remove unused ZEBRA_NEXTHOP_IPV4_ONLINK typeDonald Sharp2016-09-021-1/+0
* | build/solaris: fix one error and a few warningsRenato Westphal2016-08-271-2/+2
* | quagga route-map on-match and continue statements accept 65536Daniel Walton2016-08-221-2/+2
* | zebra: implement per-route mtu handlingTimo Teräs2016-08-212-0/+13