vtysh: add \n to 'router rip[ng]' docstrings

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-05-09 21:04:00 +00:00
parent 4afc1b4d4b
commit 6500e013db

View File

@ -1319,7 +1319,7 @@ DEFUNSH (VTYSH_RIPD,
router_rip_cmd,
"router rip",
ROUTER_STR
"RIP")
"RIP\n")
{
vty->node = RIP_NODE;
return CMD_SUCCESS;
@ -1330,7 +1330,7 @@ DEFUNSH (VTYSH_RIPNGD,
router_ripng_cmd,
"router ripng",
ROUTER_STR
"RIPng")
"RIPng\n")
{
vty->node = RIPNG_NODE;
return CMD_SUCCESS;