summaryrefslogtreecommitdiffstats
path: root/isisd/iso_checksum.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-02lib: Null-terminate tab completions char*[]Quentin Young1-4/+8
2016-10-01lib: Fix command execution npeQuentin Young1-3/+8
2016-10-01bgpd: fix << in command stringsDaniel Walton2-8/+22
2016-10-01all: fix sundry syntax errorsQuentin Young5-21/+21
2016-10-01lib: Fix '?'-completion dereferences in vtyshQuentin Young1-14/+7
2016-10-01lib: fix double free in parserQuentin Young1-1/+0
2016-10-01lib, vtysh: refactor vtysh.c, allow parser continuanceQuentin Young3-201/+153
2016-09-30lib: initialize cmd_vector and add a root node to graphQuentin Young1-0/+4
2016-09-30vtysh: fixed compile errorsDaniel Walton3-21/+19
2016-09-30ospfd: added some missing <>sDaniel Walton3-34/+25
2016-09-30all: added some missing <>s within []sDaniel Walton14-52/+78
2016-09-30ospfd: resolve argc CHECK MEs in ospf_vty.croot1-1416/+1251
2016-09-30bgpd: combine special cases for vrf "all"Daniel Walton1-24/+11
2016-09-30bgpd: combine special cases for vrf "all"Daniel Walton3-181/+137
2016-09-30ospf6d: scrubbed some argc CHECK MEsDaniel Walton2-2/+1
2016-09-30ospf6d: scrubbed some argc CHECK MEsDaniel Walton4-348/+64
2016-09-30ospf6d: scrubbed some argc CHECK MEsDaniel Walton2-513/+166
2016-09-30ospf6d: clean up command string in CHECK ME commentsDaniel Walton1-44/+13
2016-09-30ospf6d: scrubbed some argc CHECK MEsDaniel Walton14-623/+223
2016-09-30all: scrubbed some argc CHECK MEsDaniel Walton16-96/+55
2016-09-30isisd: scrub argc CHECK ME's, refactor generalQuentin Young3-51/+57
2016-09-29all: scrubbed some argc CHECK MEsDaniel Walton14-65/+14
2016-09-29bgpd and zebra: scrubbed argc CHECK MEsDaniel Walton11-141/+20
2016-09-29all: added CHECK ME for DEFUNs that look at argcDaniel Walton47-0/+284
2016-09-29ospfd: minor parser fixesDaniel Walton3-8/+9
2016-09-29ospfd: resolve CHECK ME'sQuentin Young6-609/+238
2016-09-28bgpd: change some <1-10> to (1-10>Daniel Walton5-8/+8
2016-09-28zebra: finish all zebra CHECK ME'sQuentin Young2-315/+147
2016-09-27ripngd: finish CHECK ME's in ripngdQuentin Young1-14/+5
2016-09-27ripngd: dispose of some CHECK ME's for ripngQuentin Young2-87/+33
2016-09-27ripd: argv not argcQuentin Young1-1/+1
2016-09-27ripd: resolve rip_routemap.c CHECK ME'sQuentin Young1-155/+62
2016-09-27lib: reformat vty.hQuentin Young1-23/+23
2016-09-27bgpd: fixed some bgp_routemap CHECK MEsDaniel Walton1-171/+62
2016-09-27bgpd: fixed some bgp_routemap CHECK MEsDaniel Walton1-297/+168
2016-09-27isisd: resolve CHECK MEsDaniel Walton4-454/+152
2016-09-27bgpd: remove unused variableDaniel Walton1-1/+0
2016-09-27pimd: removed undebug CHECK MEsDaniel Walton1-126/+8
2016-09-27ripd, ripngd: cli refactorQuentin Young4-221/+79
2016-09-27bgpd, etc: changed .LINE to LINE...Daniel Walton11-25/+25
2016-09-27bgpd: fixed more CHECK MEsDaniel Walton2-501/+110
2016-09-27zebra: Put back missing codeDonald Sharp1-23/+23
2016-09-27zebra: Refactor 'no ipv6 route XXXX' for new cliDonald Sharp1-621/+53
2016-09-27zebra: Refactor 'ipv6 route XXXX' for new cliDonald Sharp1-586/+62
2016-09-27zebra: Fixup 'no ip route....'Donald Sharp1-928/+80
2016-09-27zebra: Refactore "ip route XXXXXX" commandsDonald Sharp1-1021/+202
2016-09-26bgpd: compress "show ip bgp neighbor received prefix-list"Daniel Walton2-407/+22
2016-09-26bgpd: compress bgp_show_neighbor_route() callsDaniel Walton1-353/+67
2016-09-26bgpd: collaps show ip bgp, show ip bgp x.x.x.x, etc callsDaniel Walton5-4839/+376
2016-09-26bgpd: bgp_vty.c compiles nowDaniel Walton4-896/+314