mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
ospfd: NULL passed instead of ei pointer in external lsa origination
Description:
NULL pointer wrongly passed instead of 'ei' pointer to
ospf_external_lsa_originate() API in opaque capability enable/disable
which always make it to fail in origination.
Corrected it by passing actual ei pointer.
Signed-off-by: Rajesh Girada <rgirada@vmware.com>
(cherry picked from commit c16241898a
)
This commit is contained in:
parent
489cf56c34
commit
346441bf31
@ -2184,7 +2184,7 @@ void ospf_external_lsa_rid_change(struct ospf *ospf)
|
||||
continue;
|
||||
|
||||
if (!ospf_external_lsa_originate(ospf,
|
||||
NULL))
|
||||
ei))
|
||||
flog_warn(
|
||||
EC_OSPF_LSA_INSTALL_FAILURE,
|
||||
"LSA: AS-external-LSA was not originated.");
|
||||
|
Loading…
Reference in New Issue
Block a user