Merge pull request #6877 from opensourcerouting/misc-docstring-fix

bgpd,lib: add missing doc strings
This commit is contained in:
Donatas Abraitis 2020-08-09 21:49:03 +03:00 committed by GitHub
commit 84a98cedfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -4002,6 +4002,7 @@ DEFUN(show_bgp_l2vpn_evpn_route,
"Display Detailed Information\n" "Display Detailed Information\n"
"Specify Route type\n" "Specify Route type\n"
"EAD (Type-1) route\n" "EAD (Type-1) route\n"
"EAD (Type-1) route\n"
"MAC-IP (Type-2) route\n" "MAC-IP (Type-2) route\n"
"MAC-IP (Type-2) route\n" "MAC-IP (Type-2) route\n"
"Multicast (Type-3) route\n" "Multicast (Type-3) route\n"

View File

@ -951,7 +951,8 @@ DEFPY_YANG(
no_rmap_call, no_rmap_call_cmd, no_rmap_call, no_rmap_call_cmd,
"no call [NAME]", "no call [NAME]",
NO_STR 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); nb_cli_enqueue_change(vty, "./call", NB_OP_DESTROY, NULL);