forked from Mirror/frr
ospfd: spelling
This commit is contained in:
parent
e6ec1c3648
commit
bcc6c59ac5
|
@ -670,7 +670,7 @@ ospf_external_lsa_originate_check (struct ospf *ospf,
|
||||||
if (is_prefix_default (&ei->p))
|
if (is_prefix_default (&ei->p))
|
||||||
if (ospf->default_originate == DEFAULT_ORIGINATE_NONE)
|
if (ospf->default_originate == DEFAULT_ORIGINATE_NONE)
|
||||||
{
|
{
|
||||||
zlog_info ("LSA[Type5:0.0.0.0]: Not originate AS-exntenal-LSA "
|
zlog_info ("LSA[Type5:0.0.0.0]: Not originate AS-external-LSA "
|
||||||
"for default");
|
"for default");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue