]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: fix wrong help strings of "match peer" and "no match peer" commands
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 11 May 2016 12:26:39 +0000 (15:26 +0300)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Sat, 3 Sep 2016 15:05:51 +0000 (11:05 -0400)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Tested-by: NetDEF CI System <cisystem@netdef.org>
bgpd/bgp_routemap.c

index e4fd730cf06965ab87911475c369b6b955bdc916..fea9ae6b184ef1f80f8e874f58c11a577d4431df 100644 (file)
@@ -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,