diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-10 16:56:10 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-10 16:57:20 +0100 |
| commit | dab8cd005fae1fa33ef7203e85dd7ab93108f418 (patch) | |
| tree | 0da71d7db65b4f240f5ac3ce77fd7aaf3219bbab /pimd/pim_cmd.c | |
| parent | 0a22b97922ed61415ae9f57e57741d4af3ddb217 (diff) | |
*: fix ambiguous commands
Some "show [ip] bgp ipv4 encap ..." commands remaining ambiguous.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index ae23499d97..62d8ad8e07 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -5964,7 +5964,7 @@ ip_msdp_show_sa_sg(struct vty *vty, const char *src, const char *grp, u_char uj) DEFUN (show_ip_msdp_sa_sg, show_ip_msdp_sa_sg_cmd, - "show ip msdp sa [A.B.C.D] [A.B.C.D] [json]", + "show ip msdp sa [A.B.C.D [A.B.C.D]] [json]", SHOW_STR IP_STR MSDP_STR |
