mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00
lib: Fix extra doc string
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
646050e57a
commit
1667fc4097
@ -1888,10 +1888,9 @@ DEFUN (show_mac_access_list_name,
|
||||
show_mac_access_list_name_cmd,
|
||||
"show mac access-list WORD",
|
||||
SHOW_STR
|
||||
"mac\n"
|
||||
"mac access lists\n"
|
||||
"List mac access lists\n"
|
||||
"mac zebra access-list\n"
|
||||
"mac address")
|
||||
"mac address\n")
|
||||
{
|
||||
return filter_show(vty, argv[3]->arg, AFI_L2VPN);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user