mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 07:35:21 +00:00
Merge pull request #6877 from opensourcerouting/misc-docstring-fix
bgpd,lib: add missing doc strings
This commit is contained in:
commit
84a98cedfb
@ -4002,6 +4002,7 @@ DEFUN(show_bgp_l2vpn_evpn_route,
|
||||
"Display Detailed Information\n"
|
||||
"Specify Route type\n"
|
||||
"EAD (Type-1) route\n"
|
||||
"EAD (Type-1) route\n"
|
||||
"MAC-IP (Type-2) route\n"
|
||||
"MAC-IP (Type-2) route\n"
|
||||
"Multicast (Type-3) route\n"
|
||||
|
@ -951,7 +951,8 @@ DEFPY_YANG(
|
||||
no_rmap_call, no_rmap_call_cmd,
|
||||
"no call [NAME]",
|
||||
NO_STR
|
||||
"Jump to another Route-Map after match+set\n")
|
||||
"Jump to another Route-Map after match+set\n"
|
||||
"Target route-map name\n")
|
||||
{
|
||||
nb_cli_enqueue_change(vty, "./call", NB_OP_DESTROY, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user