diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-04 21:21:45 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-04 21:21:45 +0200 |
commit | 12dcf78e0befd448804566438a754261ffbbd2e5 (patch) | |
tree | a28c7fc026d1d576196d583554a85efc12239da4 /ripd | |
parent | lib: fix password and enable password syntax (diff) | |
download | frr-12dcf78e0befd448804566438a754261ffbbd2e5.tar.xz frr-12dcf78e0befd448804566438a754261ffbbd2e5.zip |
all: Fix various syntax errors
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index 5ee2c0f31..6df219628 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -1358,7 +1358,7 @@ DEFUN (ip_rip_receive_version, DEFUN (ip_rip_receive_version_1, ip_rip_receive_version_1_cmd, - "ip rip receive version 1 2", + "ip rip receive version (1-1) (2-2)", IP_STR "Routing Information Protocol\n" "Advertisement reception\n" |