]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Fix help strings for new command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 Feb 2017 20:08:48 +0000 (15:08 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 Feb 2017 20:08:48 +0000 (15:08 -0500)
Fix the help strings to be correct.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_evpn_vty.c

index ed67a61f69172d2086235fdf9892e9a4aa5a64a4..1654265a7246bfccaaf3711c5354c0338eb91732 100644 (file)
@@ -677,7 +677,9 @@ DEFUN(evpnrt5_network,
       "Gateway IP ( A.B.C.D )\n"
       "Gateway IPv6 ( X:X::X:X )\n"
       "Router Mac Ext Comm\n"
-      "Router Mac address Value ( aa:bb:cc:dd:ee:ff format)\n")
+      "Router Mac address Value ( aa:bb:cc:dd:ee:ff format)\n"
+      "Route-map to modify the attributes\n"
+      "Name of the route map\n")
 {
        int idx_ipv4_prefixlen = 1;
        int idx_ext_community = 3;