mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 10:56:37 +00:00
ospfd: fix typo in error message
... and print the invalid input value Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
03793b7abb
commit
68fc8f1f26
@ -1194,7 +1194,8 @@ DEFUN (router_info,
|
|||||||
{
|
{
|
||||||
if (!inet_aton (area, &OspfRI.area_id))
|
if (!inet_aton (area, &OspfRI.area_id))
|
||||||
{
|
{
|
||||||
vty_out (vty, "Please specifya valid Area ID%s", VTY_NEWLINE);
|
vty_out (vty, "%% specified Area ID %s is invalid%s",
|
||||||
|
area, VTY_NEWLINE);
|
||||||
return CMD_WARNING;
|
return CMD_WARNING;
|
||||||
}
|
}
|
||||||
scope = OSPF_OPAQUE_AREA_LSA;
|
scope = OSPF_OPAQUE_AREA_LSA;
|
||||||
|
Loading…
Reference in New Issue
Block a user