summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-031-0/+1
* lib/vrf: enable / disable a VRFFeng Lu2015-06-022-1/+110
* lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-06-022-0/+23
* lib: move the interface list into "struct vrf"Feng Lu2015-06-024-58/+259
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-021-0/+5
* lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-06-022-4/+6
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-06-025-4/+372
* lib: make prefix2str simpler to use, and use it in zclientTimo Teräs2015-06-013-7/+11
* lib: make sockunion2str safer to useTimo Teräs2015-06-011-5/+12
* route table: constify some APIsTimo Teräs2015-05-292-8/+8
* sockunion: add accessors for sockunion addressTimo Teräs2015-05-292-0/+61
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2015-05-293-16/+10
* privs: fix privilege dropping to use system defined groupsTimo Teräs2015-05-291-19/+47
* Revert "lib: wrong #define used for IPV6_MINHOPCOUNT"David Lamparter2015-05-271-7/+3
* lib: wrong #define used for IPV6_MINHOPCOUNTDonald Sharp2015-05-271-3/+7
* lib/privs: Don't use CAP_NET_BROADCASTChristian Franke2015-05-271-2/+1
* lib/privs: display more info if cap_set_proc fails.Christian Franke2015-05-271-1/+15
* lib/vty: don't clear output buffer on input EOFDavid Lamparter2015-05-271-1/+1