| Commit message (Expand) | Author | Files | Lines |
2016-09-24 | zebra: fix zebra_routemap.c checkme's | Quentin Young | 1 | -293/+141 |
2016-09-24 | bgpd: fixed some CHECK MEs | Daniel Walton | 1 | -559/+150 |
2016-09-24 | lib: added strmatch() | Daniel Walton | 3 | -15/+25 |
2016-09-23 | lib: lib compiles | Quentin Young | 3 | -62/+60 |
2016-09-23 | zebra: zebra_vty.c compiles | Daniel Walton | 1 | -266/+111 |
2016-09-23 | lib: add 'int idx_foo' argv index variables | Daniel Walton | 12 | -272/+806 |
2016-09-23 | lib: Implement removed ALIAS into DEFUN | Quentin Young | 4 | -73/+80 |
2016-09-23 | ripd: add 'int idx_foo' argv index variables | Daniel Walton | 7 | -77/+149 |
2016-09-23 | ripngd: add 'int idx_foo' argv index variables | Daniel Walton | 6 | -41/+82 |
2016-09-23 | pimd: add 'int idx_foo' argv index variables | Daniel Walton | 2 | -67/+120 |
2016-09-23 | ospfd: add 'int idx_foo' argv index variables | Daniel Walton | 7 | -199/+390 |
2016-09-23 | ospf6d: add 'int idx_foo' argv index variables | Daniel Walton | 14 | -143/+238 |
2016-09-23 | isisd: add 'int idx_foo' argv index variables | Daniel Walton | 6 | -91/+188 |
2016-09-23 | bgpd: add 'int idx_foo' argv index variables | Daniel Walton | 9 | -883/+1738 |
2016-09-23 | zebra: add 'int idx_foo' argv index variables | Daniel Walton | 9 | -407/+1394 |
2016-09-23 | zebra: fix vrf argv index numbers | Daniel Walton | 1 | -85/+85 |
2016-09-23 | zebra: compress multiple whitespaces in command string | Daniel Walton | 2 | -5/+13 |
2016-09-23 | bgpd: fix hosed CMD_RANGE_STR | Daniel Walton | 1 | -4/+4 |
2016-09-23 | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 56 | -885/+891 |
2016-09-23 | tools: argv_translator convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 1 | -35/+217 |
2016-09-23 | Change {json} to [json] | Daniel Walton | 5 | -187/+187 |
2016-09-23 | lib: undo <> -> () change I made yesterday | Daniel Walton | 1 | -7/+7 |
2016-09-23 | tools: alias_destroyer re_install_element None check | Daniel Walton | 1 | -2/+6 |
2016-09-23 | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 44 | -9778/+9096 |