Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: make sure zebra.h is always included first | David Lamparter | 2015-10-16 | 1 | -0/+2 |
| | | | | | | | | zebra.h pulls in config.h, which results in fiddling with things like __FILE_OFFSET_BITS. It must always be included first, in order to set flags that influence the compiler via <features.h>. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | tests: add CLI dummy command-exec tool | David Lamparter | 2015-05-27 | 1 | -0/+56 |
This adds some common CLI testtool code as well as a tool that has a bunch of commands to be poked for their correct processing. The tool doesn't work correctly from a script at stdin at this point because the vty code will throw away all buffered when it sees EOF, so the tail end of the input file is lost. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> |