diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-06 20:50:37 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-06 20:50:37 +0000 |
| commit | bca63dc74ac9373d7da6151ce4980cd518792765 (patch) | |
| tree | 04c201acf0589d86dd82ff524ac8ad7879731fbf /ripd/rip_interface.c | |
| parent | ee9216cf748e9dc29c00084ad3cc705b0aed9b18 (diff) | |
ripd: fix `ip rip receive...` command
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ripd/rip_interface.c')
| -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 2ce28f0c96..900266178c 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -1323,7 +1323,7 @@ DEFUN (no_rip_neighbor, DEFUN (ip_rip_receive_version, ip_rip_receive_version_cmd, - "ip rip receive version <1|2|none>", + "ip rip receive version <(1-2)|none>", IP_STR "Routing Information Protocol\n" "Advertisement reception\n" |
