mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
ospfd: Fix excessive doc string for no summary-address ..
command
The `no summary-address ..` command had excessive doc string. Fix. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
426fe481d7
commit
fbc48492fc
@ -10156,7 +10156,7 @@ DEFUN (no_ospf_external_route_aggregation_no_adrvertise,
|
||||
NO_STR
|
||||
"External summary address\n"
|
||||
"Summary address prefix (a.b.c.d/m)\n"
|
||||
"Adverise summary route to the AS \n.")
|
||||
"Advertise summary route to the AS \n")
|
||||
{
|
||||
VTY_DECLVAR_INSTANCE_CONTEXT(ospf, ospf);
|
||||
struct prefix_ipv4 p;
|
||||
|
Loading…
Reference in New Issue
Block a user