Merge pull request #226 from donaldsharp/evpn_fix

bgpd: Fix help strings for new command
This commit is contained in:
Russ White 2017-02-28 08:57:13 -05:00 committed by GitHub
commit f9c5f9f771

View 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;