Signed-off-by: Igor Ryzhov <[email protected]>
---
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 39fa08c..6e08c56 100644
--- a/bgpd/bgp_routemap.c
+++ b/bgpd/bgp_routemap.c
@@ -2399,8 +2399,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]);
}
@@ -2434,8 +2434,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.6.4
_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev