mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +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
@ -10155,8 +10155,8 @@ DEFUN (no_ospf_external_route_aggregation_no_adrvertise,
|
||||
"no summary-address A.B.C.D/M no-advertise",
|
||||
NO_STR
|
||||
"External summary address\n"
|
||||
"Summary address prefix (a.b.c.d/m) \n"
|
||||
"Adverise summary route to the AS \n.")
|
||||
"Summary address prefix (a.b.c.d/m)\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