summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: fix vrf_bitmap leak in zclient_free()David Lamparter2016-03-081-0/+10
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-03-081-17/+28
* lib: zclient can overflow (struct interface) hw_addr if zebra is evilPaul Jakma2016-03-081-1/+1
* lib: Add CMD_RANGE_STR macro to command.hDonald Sharp2016-02-261-0/+11
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-268-42/+44
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-263-16/+124
* zebra: support FIB override routesTimo Teräs2016-02-261-0/+1
* lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-02-263-40/+63
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-02-263-0/+10
* bgpd: encap: add attribute handlingLou Berger2016-02-261-0/+1
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodeLou Berger2016-02-263-1/+6
* lib: add SAFI_ENCAP type, safi2str prefix utilityLou Berger2016-02-263-1/+19
* lib: add facility to log all CLI commandsLou Berger2016-02-261-2/+36
* lib: add "show commandtree" CLI commandLou Berger2016-02-261-0/+35
* lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc ...Lou Berger2016-02-261-0/+3
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-02-263-17/+30
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-262-5/+5
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-02-262-16/+10
* isisd, lib: Fix some more compiler warningsDonald Sharp2015-12-081-1/+1
* isisd: add support to import routes from other protocolsChristian Franke2015-12-083-1/+14
* lib: don't have log functions change errnoChristian Franke2015-12-081-0/+4
* lib: add function to get precise remaining time of timer threadChristian Franke2015-12-082-0/+9
* zebra: Collapse struct static_ipv[4|6] into struct static_routeDonald Sharp2015-12-081-2/+1
* zebra: implement per-route mtu handlingTimo Teräs2015-12-082-0/+9
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-12-081-1/+0
* lib: Memory reporting fails over 2GBDonald Sharp2015-12-081-28/+15
* lib: Add zlog_hexdump() for debuggingDaniel Walton2015-12-082-0/+44
* ospfd: Lower the default OSPF spf timers to '0 50 5000'Daniel Walton2015-12-081-3/+3
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-286-11/+37
|\
| * lib: add getgrouplist() for SolarisDavid Lamparter2015-10-161-0/+35
| * build/solaris: drop duplicate __EXTENSION__ defineDavid Lamparter2015-10-161-1/+0
| * *: make sure zebra.h is always included firstDavid Lamparter2015-10-164-10/+2
* | bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2015-10-271-0/+3
* | lib: Fix duplicate variable name in smux.c and vty.cDonald Sharp2015-10-272-15/+15
* | vtysh: Fix Quagga.conf file read in.Donald Sharp2015-10-272-17/+53
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-272-11/+13
|/
* vrf: add a runtime check before playing with netnsNicolas Dichtel2015-09-241-37/+58
* lib: Remove unused 'show memory XXX' functionalityDonald Sharp2015-09-241-150/+4
* lib: Fix Free Pointer dereference in lib/filter.cDenil Vira2015-09-241-4/+4
* lib/zclient: Consolidate error reporting for zclient_read_headerDonald Sharp2015-09-241-0/+7
* lib/command: Fix optional arguments with description interactionsDonald Sharp2015-09-241-29/+45
* lib/workqueue: Add trivial work_queue_is_scheduled helperPaul Jakma2015-09-242-0/+8
* build/lib: Check for and include stdbool.h by defaultPaul Jakma2015-09-241-0/+3
* ospfd: Fast OSPF convergenceMichael Rossberg2015-09-241-2/+2
* bgpd/pimd: fix zAPI parsingNicolas Dichtel2015-09-242-0/+22
* pimd: add support for configuring multicast static routesJafar Al-Gharaibeh2015-08-211-0/+1
* Quagga: Fix code to use srandom/randomDonald Sharp2015-06-211-1/+1
* lib, stream: fix stream sanity checksWenjian Ma2015-06-211-1/+1
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2015-06-032-17/+229
* *: add VRF ID in the API message headerFeng Lu2015-06-036-83/+241