mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
vtysh: add \n to 'router rip[ng]' docstrings
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
4afc1b4d4b
commit
6500e013db
@ -1319,7 +1319,7 @@ DEFUNSH (VTYSH_RIPD,
|
|||||||
router_rip_cmd,
|
router_rip_cmd,
|
||||||
"router rip",
|
"router rip",
|
||||||
ROUTER_STR
|
ROUTER_STR
|
||||||
"RIP")
|
"RIP\n")
|
||||||
{
|
{
|
||||||
vty->node = RIP_NODE;
|
vty->node = RIP_NODE;
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
@ -1330,7 +1330,7 @@ DEFUNSH (VTYSH_RIPNGD,
|
|||||||
router_ripng_cmd,
|
router_ripng_cmd,
|
||||||
"router ripng",
|
"router ripng",
|
||||||
ROUTER_STR
|
ROUTER_STR
|
||||||
"RIPng")
|
"RIPng\n")
|
||||||
{
|
{
|
||||||
vty->node = RIPNG_NODE;
|
vty->node = RIPNG_NODE;
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user