summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-236-120/+132
* lib: argv update for distribute.c and ns.cDaniel Walton2016-09-232-11/+7
* lib: argv update for filter.c, if_rmap.c keychain.c and plist.cDaniel Walton2016-09-234-215/+215
* lib: argv update for routemap.cQuentin Young2016-09-231-81/+34
* lib: argv update for if.cQuentin Young2016-09-221-49/+40
* lib: argv update for thread.cQuentin Young2016-09-221-8/+8
* lib: argv fixes, XFREE -> free, rm decl in matcherQuentin Young2016-09-222-15/+11
* lib: distribute.c, smux.c, vty.c grammar refactorQuentin Young2016-09-223-331/+48
* ospfd: argv update for all but ospf_vty.cDaniel Walton2016-09-221-6/+6
* lib: Remove last remnants of NUMBER_TKN...againQuentin Young2016-09-221-16/+0
* Revert "lib: Get thread.c to compile"Daniel Walton2016-09-221-6/+6
* Revert "lib, zebra: Fixup if.c to work in the new regime"Daniel Walton2016-09-223-29/+53
* Revert "lib: Fix vty.c to compile with new parser"Daniel Walton2016-09-221-6/+6
* Revert "lib: Fixup ns.c"Daniel Walton2016-09-221-4/+4
* Revert "lib: Fixup plist.c"Daniel Walton2016-09-221-104/+104
* Revert "lib: Fixup more files"Daniel Walton2016-09-226-152/+152
* bgpd: argv update for all but bgp_vty.cDaniel Walton2016-09-223-9/+9
* lib: Fixup json code to use struct cmd_tokenDonald Sharp2016-09-212-3/+4
* lib: Fixup more filesDonald Sharp2016-09-216-152/+152
* Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua...Quentin Young2016-09-226-167/+143
|\
| * lib: Fixup plist.cDonald Sharp2016-09-211-104/+104
| * lib: Fixup ns.cDonald Sharp2016-09-211-4/+4
| * lib: Fix vty.c to compile with new parserDonald Sharp2016-09-211-6/+6
| * lib, zebra: Fixup if.c to work in the new regimeDonald Sharp2016-09-213-53/+29
* | lib: Remove NUMBER_TKN leftoversQuentin Young2016-09-222-6/+0
|/
* lib: Use listnode_add_before for prepending nodesQuentin Young2016-09-221-1/+1
* lib: Update copyright headersQuentin Young2016-09-222-22/+26
* lib: Get thread.c to compileDonald Sharp2016-09-211-6/+6
* Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp2016-09-2148-1098/+782
|\
| * lib: Add #define str for JavaScript help stringDonald Sharp2016-09-211-0/+2
| * lib: deregister memtypes on exit/unloadDavid Lamparter2016-09-191-6/+25
| * lib: clean/restore memory debugging functionsDavid Lamparter2016-09-194-89/+37
| * *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-1940-311/+131
| * lib: migrate to new memory-type handlingDavid Lamparter2016-09-197-722/+302
| * lib: add new extensible memory-type handlingDavid Lamparter2016-09-196-4/+317
| * lib: move memory.[ch] out of the wayDavid Lamparter2016-09-194-99/+101
| * isisd, lib, vtysh: Allow extract.pl to fully workDonald Sharp2016-09-172-19/+19
| * lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-09-173-40/+64
| * lib: Remove ZEBRA_INTERFACE_RENAMEDonald Sharp2016-09-172-2/+0
| * lib, ospfd: Remove ospf specific #define from zebra.hDonald Sharp2016-09-171-20/+0
| * lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOPDonald Sharp2016-09-152-4/+0
| * lib, zebra: Remove unused zserv/zclient callsDonald Sharp2016-09-152-4/+0
| * lib: Make zebra messages types a enumDonald Sharp2016-09-151-51/+52
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-09-2240-344/+1987
|\|
| * lib: Fix tab completions memleak, memory stats corruptionQuentin Young2016-09-091-4/+10
| * vrf: add a runtime check before playing with netnsNicolas Dichtel2016-09-091-37/+57
| * lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-094-18/+232
| * lib: Create ns.cDonald Sharp2016-09-094-2/+650
| * quagga: remove refix directory from git statusDonald Sharp2016-09-091-0/+1
| * Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-092-0/+37
| |\