summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* all: scrubbed some argc CHECK MEsDaniel Walton2016-09-2914-65/+14
* bgpd and zebra: scrubbed argc CHECK MEsDaniel Walton2016-09-2911-141/+20
* all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-2947-0/+284
* ospfd: minor parser fixesDaniel Walton2016-09-293-8/+9
* ospfd: resolve CHECK ME'sQuentin Young2016-09-296-609/+238
* bgpd: change some <1-10> to (1-10>Daniel Walton2016-09-285-8/+8
* zebra: finish all zebra CHECK ME'sQuentin Young2016-09-282-315/+147
* ripngd: finish CHECK ME's in ripngdQuentin Young2016-09-271-14/+5
* ripngd: dispose of some CHECK ME's for ripngQuentin Young2016-09-272-87/+33
* ripd: argv not argcQuentin Young2016-09-271-1/+1
* ripd: resolve rip_routemap.c CHECK ME'sQuentin Young2016-09-271-155/+62
* lib: reformat vty.hQuentin Young2016-09-271-23/+23
* bgpd: fixed some bgp_routemap CHECK MEsDaniel Walton2016-09-271-171/+62
* bgpd: fixed some bgp_routemap CHECK MEsDaniel Walton2016-09-271-297/+168
* isisd: resolve CHECK MEsDaniel Walton2016-09-274-454/+152
* bgpd: remove unused variableDaniel Walton2016-09-271-1/+0
* Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua...Daniel Walton2016-09-274-221/+79
|\
| * Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua...Quentin Young2016-09-2712-3583/+433
| |\
| * | ripd, ripngd: cli refactorQuentin Young2016-09-274-221/+79
* | | pimd: removed undebug CHECK MEsDaniel Walton2016-09-271-126/+8
| |/ |/|
* | bgpd, etc: changed .LINE to LINE...Daniel Walton2016-09-2711-25/+25
* | bgpd: fixed more CHECK MEsDaniel Walton2016-09-272-501/+110
* | zebra: Put back missing codeDonald Sharp2016-09-271-23/+23
* | zebra: Refactor 'no ipv6 route XXXX' for new cliDonald Sharp2016-09-271-621/+53
* | zebra: Refactor 'ipv6 route XXXX' for new cliDonald Sharp2016-09-271-586/+62
* | zebra: Fixup 'no ip route....'Donald Sharp2016-09-271-928/+80
* | zebra: Refactore "ip route XXXXXX" commandsDonald Sharp2016-09-271-1021/+202
|/
* bgpd: compress "show ip bgp neighbor received prefix-list"Daniel Walton2016-09-262-407/+22
* bgpd: compress bgp_show_neighbor_route() callsDaniel Walton2016-09-261-353/+67
* bgpd: collaps show ip bgp, show ip bgp x.x.x.x, etc callsDaniel Walton2016-09-265-4839/+376
* bgpd: bgp_vty.c compiles nowDaniel Walton2016-09-264-896/+314
* bgpd: combine "show ip bgp summary" commands into one DEFUNDaniel Walton2016-09-261-327/+75
* bgpd: minor grammar correctionsQuentin Young2016-09-261-6/+6
* bgpd: combine "clear bgp, clear ip bgp" commands into one DEFUNDaniel Walton2016-09-261-2701/+174
* Expand #defines in command stringsDaniel Walton2016-09-2514-73/+29
* Expand #defines in command stringsDaniel Walton2016-09-255-36/+38
* Expand #defines in command stringsDaniel Walton2016-09-2519-512/+529
* zebra: CHECK ME fixesDaniel Walton2016-09-254-32/+95
* bgpd: fixed more CHECK MEs in bgp_vty.cDaniel Walton2016-09-252-1360/+322
* zebra: refactor rtadv.cQuentin Young2016-09-251-443/+85
* zebra: refactor zserv.cQuentin Young2016-09-241-2/+2
* zebra: fix zebra_routemap.c checkme'sQuentin Young2016-09-241-293/+141
* bgpd: fixed some CHECK MEsDaniel Walton2016-09-241-559/+150
* lib: added strmatch()Daniel Walton2016-09-243-15/+25
* lib: lib compilesQuentin Young2016-09-233-62/+60
* zebra: zebra_vty.c compilesDaniel Walton2016-09-231-266/+111
* lib: add 'int idx_foo' argv index variablesDaniel Walton2016-09-2312-272/+806
* Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/qua...Quentin Young2016-09-2354-1898/+4289
|\
| * ripd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-237-77/+149
| * ripngd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-236-41/+82