summaryrefslogtreecommitdiffstats
path: root/tests/testcommands.refout
Commit message (Collapse)AuthorAgeFilesLines
* ospfd/ospf_vty.c: use keyword cmd styleChristian Franke2014-04-011-0/+107
| | | | | | | | | | | Use the new keyword command style for: - default-information originate - distance ospf - redistribute Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* tests: fix build & disable testcommandsDavid Lamparter2014-04-011-0/+900
The perils of having tests, the test wasn't tested thoroughly enough... Fixup various automake problems, and then disable it since it depends on configure parameters in its current version. For 0.99.24 we can ship a static copy of vtysh_cmd.c and have it reenabled. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>