diff options
Diffstat (limited to 'ripngd/ripng_interface.c')
| -rw-r--r-- | ripngd/ripng_interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index 81b68ad9d7..41879b259b 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -949,7 +949,7 @@ DEFUN (ripng_network, ripng_network_cmd, "network IF_OR_ADDR", "RIPng enable on specified interface or network.\n" - "Interface or address") + "Interface or address\n") { int idx_if_or_addr = 1; int ret; @@ -979,7 +979,7 @@ DEFUN (no_ripng_network, "no network IF_OR_ADDR", NO_STR "RIPng enable on specified interface or network.\n" - "Interface or address") + "Interface or address\n") { int idx_if_or_addr = 2; int ret; |
