| Commit message (Expand) | Author | Age | Files | Lines |
* | ripd: Fixup code to work under new way | Donald Sharp | 2016-09-21 | 6 | -90/+90 |
* | pimd: Convert to the new way of working | Donald Sharp | 2016-09-21 | 1 | -65/+65 |
* | zebra: Fixup to use the new parser | Donald Sharp | 2016-09-21 | 9 | -396/+396 |
* | lib: Fixup json code to use struct cmd_token | Donald Sharp | 2016-09-21 | 2 | -3/+4 |
* | lib: Fixup more files | Donald Sharp | 2016-09-21 | 6 | -152/+152 |
* | Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua... | Quentin Young | 2016-09-22 | 7 | -168/+143 |
|\ |
|
| * | lib: Fixup plist.c | Donald Sharp | 2016-09-21 | 1 | -104/+104 |
| * | lib: Fixup ns.c | Donald Sharp | 2016-09-21 | 1 | -4/+4 |
| * | lib: Fix vty.c to compile with new parser | Donald Sharp | 2016-09-21 | 1 | -6/+6 |
| * | lib, zebra: Fixup if.c to work in the new regime | Donald Sharp | 2016-09-21 | 4 | -54/+29 |
* | | lib: Remove NUMBER_TKN leftovers | Quentin Young | 2016-09-22 | 2 | -6/+0 |
|/ |
|
* | lib: Use listnode_add_before for prepending nodes | Quentin Young | 2016-09-22 | 1 | -1/+1 |
* | lib: Update copyright headers | Quentin Young | 2016-09-22 | 2 | -22/+26 |
* | lib: Get thread.c to compile | Donald Sharp | 2016-09-21 | 1 | -6/+6 |
* | Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar | Donald Sharp | 2016-09-21 | 151 | -1679/+2295 |
|\ |
|
| * | bgpd: Additional Show Commands | Lou Berger | 2016-09-21 | 3 | -28/+252 |
| * | lib: Add #define str for JavaScript help string | Donald Sharp | 2016-09-21 | 1 | -0/+2 |
| * | ospfd: Do not print warning on new interface | Donald Sharp | 2016-09-20 | 1 | -2/+4 |
| * | bgpd: Revert --enable-bgp-standalone | Donald Sharp | 2016-09-20 | 4 | -11/+5 |
| * | vtysh: work around gcc bug #69981 | David Lamparter | 2016-09-19 | 1 | -1/+1 |
| * | lib: deregister memtypes on exit/unload | David Lamparter | 2016-09-19 | 1 | -6/+25 |
| * | build: goodbye, gawk | David Lamparter | 2016-09-19 | 2 | -7/+0 |
| * | 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 | 111 | -392/+1100 |
| * | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 27 | -730/+326 |
| * | 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 | 7 | -107/+120 |
| * | isisd, vtysh: Fix isis routemaps | Donald Sharp | 2016-09-17 | 2 | -87/+82 |
| * | isisd: Remove duplicate "no debug isis lsp-gen" | Donald Sharp | 2016-09-17 | 1 | -13/+0 |
| * | lib, bgpd: Remove 'struct fifo' from lib/zebra.h | Donald Sharp | 2016-09-17 | 4 | -40/+66 |
| * | 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 | 2 | -20/+20 |
| * | zebra: Fix afi mistake | Donald Sharp | 2016-09-17 | 1 | -1/+1 |
| * | zebra: Refactor interface statistic calling | Donald Sharp | 2016-09-17 | 1 | -32/+17 |
| * | lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOP | Donald Sharp | 2016-09-15 | 3 | -65/+0 |
| * | lib, zebra: Remove unused zserv/zclient calls | Donald Sharp | 2016-09-15 | 3 | -100/+0 |
| * | lib: Make zebra messages types a enum | Donald Sharp | 2016-09-15 | 1 | -51/+52 |
| * | zebra: Pass in vrf to rib_match_ipv4_multicast | Donald Sharp | 2016-09-14 | 4 | -12/+12 |
| * | zebra: Fix broken rib_match | Donald Sharp | 2016-09-14 | 1 | -4/+8 |
| * | zebra: Refactor nexthop sending | Donald Sharp | 2016-09-14 | 1 | -67/+33 |
| * | Update isis_te.[c,h] to newly RFC7810 | Olivier Dugeon | 2016-09-13 | 2 | -4/+4 |
| * | ospfd: Fix malformed link TLV when LP_USE_BW is set | David Lebrun | 2016-09-13 | 1 | -1/+1 |
| * | doc: Get isisd.text included properly | Donald Sharp | 2016-09-13 | 1 | -1/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-09-22 | 266 | -7198/+15503 |
|\| |
|
| * | lib: Fix tab completions memleak, memory stats corruption | Quentin Young | 2016-09-09 | 2 | -4/+13 |
| * | Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag... | Daniel Walton | 2016-09-09 | 2 | -11/+26 |
| |\ |
|
| | * | bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged user | Lou Berger | 2016-09-09 | 2 | -4/+20 |
| | * | bgpd: Fix startup a bit more | Donald Sharp | 2016-09-09 | 1 | -7/+6 |
| * | | Unable to remove route-map from quagga | Daniel Walton | 2016-09-09 | 4 | -2/+52 |
| |/ |
|