mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:01:54 +00:00
bgpd: fix wrong help strings of "match peer" and "no match peer" commands
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> Tested-by: NetDEF CI System <cisystem@netdef.org>
This commit is contained in:
parent
32ac65d9fa
commit
6e13ed4af9
@ -2997,8 +2997,8 @@ DEFUN (match_peer,
|
||||
"match peer (A.B.C.D|X:X::X:X)",
|
||||
MATCH_STR
|
||||
"Match peer address\n"
|
||||
"IPv6 address of peer\n"
|
||||
"IP address of peer\n")
|
||||
"IP address of peer\n"
|
||||
"IPv6 address of peer\n")
|
||||
{
|
||||
return bgp_route_match_add (vty, vty->index, "peer", argv[0],
|
||||
RMAP_EVENT_MATCH_ADDED);
|
||||
@ -3036,8 +3036,8 @@ ALIAS (no_match_peer,
|
||||
NO_STR
|
||||
MATCH_STR
|
||||
"Match peer address\n"
|
||||
"IPv6 address of peer\n"
|
||||
"IP address of peer\n")
|
||||
"IP address of peer\n"
|
||||
"IPv6 address of peer\n")
|
||||
|
||||
ALIAS (no_match_peer,
|
||||
no_match_peer_local_cmd,
|
||||
|
Loading…
Reference in New Issue
Block a user