summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-282-10/+10
* lib/zebra: put vrf_get() on a dietRenato Westphal2016-11-282-168/+54
* zebra: order VRFs by name on user outputRenato Westphal2016-11-281-1/+1
* lib/zebra: convert vrf_list to a red-black treeRenato Westphal2016-11-282-36/+20
* *: rename two vrf functionsRenato Westphal2016-11-283-9/+9
* lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-283-228/+51
* lib: convert namespace code to use red-black treesRenato Westphal2016-11-282-53/+37
* lib: fix creation of pre-provisioned VRFsRenato Westphal2016-11-281-0/+1
* zebra/lib: move some code aroundRenato Westphal2016-11-284-70/+70
* lib: remove unused ns codeRenato Westphal2016-11-282-284/+1
* zebra/lib: plug several memleaksRenato Westphal2016-11-284-2/+10
* lib: Fix nexthop strings to coincide with enumvivek2016-11-251-1/+0
* *: Fix up licensing to be rightDonald Sharp2016-11-185-8/+98
* lib: add minimal no-config VTY modeDavid Lamparter2016-11-102-7/+24
* watchquagga: add "write integrated"David Lamparter2016-11-092-0/+8
* watchquagga: add ZLOG_WATCHQUAGGADavid Lamparter2016-11-092-1/+3
* lib: privs: always look up VTY groupDavid Lamparter2016-11-091-23/+28
* lib: add and use set_cloexec()David Lamparter2016-11-094-1/+26
* lib: Fix race condition in shutdown of routemapDonald Sharp2016-10-241-1/+5
* lib: Fix for int64 and json on some systemsDonald Sharp2016-10-211-0/+4
* bgpd: 'show ip bgp summary json' shows large negative value for "peerUptimeMsec"Daniel Walton2016-10-202-0/+8
* lib: keep hash of node's commands to detect duplicate installsPaul Jakma2016-10-202-3/+37
* lib: Fix redist memory free'ingDonald Sharp2016-10-191-5/+11
* lib: Add cleanup for routemapsDonald Sharp2016-10-191-12/+20
* *: Consolidate routemap initializationDonald Sharp2016-10-192-23/+11
* bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2016-10-181-0/+3
* lib/zebra: remove code duplication in redist_del_instance()Renato Westphal2016-10-182-21/+14
* zebra/ldpd: introduce ZEBRA_ROUTE_ALL wildcard route typeRenato Westphal2016-10-181-0/+1
* lib: add event_counterChristian Franke2016-10-183-2/+133
* lib: add api method to read current config pathChristian Franke2016-10-182-1/+7
* lib/vtysh: fix duplicate installation of some vty commandsRenato Westphal2016-10-131-1/+6
* *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-084-35/+0
* lib: Consolidate VIEW_NODE to be ENABLE_NODE as wellDonald Sharp2016-10-081-0/+3
* bgpd, lib: Remove RESTRICTED_NODE from code baseDonald Sharp2016-10-084-65/+2
* *: 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