1) Cleanup 'router babel' so it's NOSH
2) Fixed missing newlines
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
babel_network_cmd,
"network IF_OR_ADDR",
"Enable Babel protocol on specified interface or network.\n"
- "Interface or address")
+ "Interface or address\n")
{
int ret;
struct prefix p;
/* [Command] */
-DEFUN (router_babel,
- router_babel_cmd,
- "router babel",
- "Enable a routing process\n"
- "Make Babel instance command\n"
- "No attributes\n")
+DEFUN_NOSH (router_babel,
+ router_babel_cmd,
+ "router babel",
+ "Enable a routing process\n"
+ "Make Babel instance command\n")
{
int ret;