Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ospfd/ospf_vty.c: use keyword cmd style | Christian Franke | 2014-04-01 | 1 | -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 testcommands | David Lamparter | 2014-04-01 | 1 | -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> |