| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: update Solaris multicast API (BZ#725) | Christian Franke | 2016-09-23 | 1 | -0/+34 |
* | lib: fix ICC warning in route-map code | David Lamparter | 2016-09-23 | 1 | -1/+1 |
* | Revert "Make route flags a 32bit field" | Donald Sharp | 2016-09-23 | 2 | -5/+5 |
* | Revert "zebra: support FIB override routes" | Donald Sharp | 2016-09-23 | 1 | -1/+0 |
* | zebra: support FIB override routes | Timo Teräs | 2016-09-23 | 1 | -0/+1 |
* | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 2 | -5/+5 |
* | zebra: check at startup if the kernel supports MPLS | Renato Westphal | 2016-09-23 | 1 | -2/+2 |
* | *: remove dead code | Renato Westphal | 2016-09-23 | 2 | -20/+0 |
* | zebra: fix bug in nexthop label allocation | ßingen | 2016-09-23 | 1 | -1/+2 |
* | mpls: add support to the OpenBSD kernel | Renato Westphal | 2016-09-23 | 1 | -0/+6 |
* | mpls: add support for LDP LSPs | Renato Westphal | 2016-09-23 | 5 | -6/+26 |
* | ldpd: adapt the code for Quagga | Renato Westphal | 2016-09-23 | 12 | -29/+158 |
* | ldpd: copy original sources from OpenBSD (14/09/2016) | Renato Westphal | 2016-09-23 | 5 | -0/+2004 |
* | MPLS: Install labeled static routes | vivek | 2016-09-23 | 1 | -0/+3 |
* | Quagga: Install label forwarding entries for statically configured LSPs | vivek | 2016-09-23 | 2 | -1/+33 |
* | Quagga: Static LSP configuration | vivek | 2016-09-23 | 1 | -0/+2 |
* | Quagga: Definitions for static LSPs | vivek | 2016-09-23 | 1 | -0/+9 |
* | Quagga: Basic definitions for MPLS | vivek | 2016-09-23 | 1 | -0/+172 |
* | lib: Add #define str for JavaScript help string | Donald Sharp | 2016-09-21 | 1 | -0/+2 |
* | lib: deregister memtypes on exit/unload | David Lamparter | 2016-09-19 | 1 | -6/+25 |
* | lib: clean/restore memory debugging functions | David Lamparter | 2016-09-19 | 4 | -89/+37 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 40 | -311/+131 |
* | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 7 | -722/+302 |
* | lib: add new extensible memory-type handling | David Lamparter | 2016-09-19 | 6 | -4/+317 |
* | lib: move memory.[ch] out of the way | David Lamparter | 2016-09-19 | 4 | -99/+101 |
* | isisd, lib, vtysh: Allow extract.pl to fully work | Donald Sharp | 2016-09-17 | 2 | -19/+19 |
* | lib, bgpd: Remove 'struct fifo' from lib/zebra.h | Donald Sharp | 2016-09-17 | 3 | -40/+64 |
* | lib: Remove ZEBRA_INTERFACE_RENAME | Donald Sharp | 2016-09-17 | 2 | -2/+0 |
* | lib, ospfd: Remove ospf specific #define from zebra.h | Donald Sharp | 2016-09-17 | 1 | -20/+0 |
* | lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOP | Donald Sharp | 2016-09-15 | 2 | -4/+0 |
* | lib, zebra: Remove unused zserv/zclient calls | Donald Sharp | 2016-09-15 | 2 | -4/+0 |
* | lib: Make zebra messages types a enum | Donald Sharp | 2016-09-15 | 1 | -51/+52 |
* | lib: Fix tab completions memleak, memory stats corruption | Quentin Young | 2016-09-09 | 1 | -4/+10 |
* | vrf: add a runtime check before playing with netns | Nicolas Dichtel | 2016-09-09 | 1 | -37/+57 |
* | lib, vtysh: support multiple VRFs by using linux netns | Feng Lu | 2016-09-09 | 4 | -18/+232 |
* | lib: Create ns.c | Donald Sharp | 2016-09-09 | 4 | -2/+650 |
* | quagga: remove refix directory from git status | Donald Sharp | 2016-09-09 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-09-09 | 2 | -0/+37 |
|\ |
|
| * | lib, bgpd: Log next hops | vivek | 2016-09-08 | 2 | -0/+37 |
* | | lib: add AF_ETHERNET/AFI_ETHER | Lou Berger | 2016-09-03 | 4 | -3/+162 |
* | | lib: dump memory stats on core | Lou Berger | 2016-09-03 | 1 | -0/+2 |
* | | lib: fix memory leak in zprivs_caps_init | Lou Berger | 2016-09-03 | 1 | -0/+7 |
* | | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 12 | -33/+356 |
* | | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 3 | -16/+124 |
* | | lib/memory: fix indirect static link with zlib | Baruch Siach | 2016-09-02 | 2 | -8/+10 |
* | | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t | Donald Sharp | 2016-09-02 | 2 | -17/+10 |
* | | lib: Remove unused ZEBRA_NEXTHOP_IPV4_ONLINK type | Donald Sharp | 2016-09-02 | 1 | -1/+0 |
* | | build/solaris: fix one error and a few warnings | Renato Westphal | 2016-08-27 | 1 | -2/+2 |
* | | quagga route-map on-match and continue statements accept 65536 | Daniel Walton | 2016-08-22 | 1 | -2/+2 |
* | | zebra: implement per-route mtu handling | Timo Teräs | 2016-08-21 | 2 | -0/+13 |