summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2016-08-191-1/+0
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-0/+4
|\|
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-0/+4
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-189-42/+45
* | lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-162-5/+5
* | lib: don't have log functions change errnoChristian Franke2016-08-161-0/+4
* | lib: update strlcpy to OpenBSD v1.13Renato Westphal2016-08-081-17/+25
* | lib: fix setting of IPv4 multicast sockopts on OpenBSDRenato Westphal2016-08-082-7/+15
|/
* lib: Arm build breakage with MAX_INT macro issuesDonald Sharp2016-08-031-1/+1
* lib: 'show commandtree' is not a CLI commandDonald Sharp2016-07-281-2/+0
* *: get rid of "MTYPE 0"David Lamparter2016-07-281-1/+1
* lib: add 3-byte stream functionsDavid Lamparter2016-07-282-0/+81
* lib: linklist: clean up insert-before/after dupsDavid Lamparter2016-07-282-50/+3
* lib: AgentX: use threads instead of eventloop hackDavid Lamparter2016-07-282-81/+106
* lib: add thread_add_timer_tv (struct timeval)David Lamparter2016-07-282-0/+16
* lib: linklist: add listnode_add_before()David Lamparter2016-07-282-0/+39