mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 21:06:01 +00:00
ospfd: correct one word of the output message
Signed-off-by: anlan_cs <anlan_cs@tom.com>
This commit is contained in:
parent
0064d4736d
commit
ea3f3df53f
@ -9919,7 +9919,7 @@ DEFUN (ospf_external_route_aggregation,
|
||||
|
||||
ret = ospf_asbr_external_aggregator_set(ospf, &p, tag);
|
||||
if (ret == OSPF_INVALID)
|
||||
vty_out(vty, "Inavlid configuration!!\n");
|
||||
vty_out(vty, "Invalid configuration!!\n");
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
@ -9960,7 +9960,7 @@ DEFUN (no_ospf_external_route_aggregation,
|
||||
|
||||
ret = ospf_asbr_external_aggregator_unset(ospf, &p, tag);
|
||||
if (ret == OSPF_INVALID)
|
||||
vty_out(vty, "Inavlid configuration!!\n");
|
||||
vty_out(vty, "Invalid configuration!!\n");
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
@ -10245,7 +10245,7 @@ DEFUN (ospf_external_route_aggregation_no_adrvertise,
|
||||
|
||||
ret = ospf_asbr_external_rt_no_advertise(ospf, &p);
|
||||
if (ret == OSPF_INVALID)
|
||||
vty_out(vty, "Inavlid configuration!!\n");
|
||||
vty_out(vty, "Invalid configuration!!\n");
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
@ -10281,7 +10281,7 @@ DEFUN (no_ospf_external_route_aggregation_no_adrvertise,
|
||||
|
||||
ret = ospf_asbr_external_rt_advertise(ospf, &p);
|
||||
if (ret == OSPF_INVALID)
|
||||
vty_out(vty, "Inavlid configuration!!\n");
|
||||
vty_out(vty, "Invalid configuration!!\n");
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user