From 6e13ed4af9d908a416c6c70274aec5429fae6370 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Wed, 11 May 2016 15:26:39 +0300 Subject: [PATCH] bgpd: fix wrong help strings of "match peer" and "no match peer" commands Signed-off-by: Igor Ryzhov Signed-off-by: Igor Ryzhov Tested-by: NetDEF CI System --- bgpd/bgp_routemap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index e4fd730cf0..fea9ae6b18 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c @@ -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, -- 2.39.5