mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 11:01:48 +00:00
Merge pull request #10651 from FRRouting/mergify/bp/dev/8.2/pr-10650
ospfd: NULL passed instead of ei pointer in external lsa origination (backport #10650)
This commit is contained in:
commit
d7bae757ff
@ -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