mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 08:32:12 +00:00
Merge pull request #226 from donaldsharp/evpn_fix
bgpd: Fix help strings for new command
This commit is contained in:
commit
f9c5f9f771
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user