]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Fixing Summary origination after range configuration 13095/head
authorrgirada <rgirada@vmware.com>
Mon, 20 Mar 2023 11:22:26 +0000 (11:22 +0000)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 23 Mar 2023 23:57:49 +0000 (23:57 +0000)
commit57ae44234b0cb887dae7fea0cc6d3fc3250ad588
tree09241800b6840c45508fb1e7bf1a2d17a37f05a8
parent3f3bea895e5a17154fd2bc0b04114a06353b912f
ospfd: Fixing Summary origination after range configuration

Description:
After area range config, summary lsas are aggerated to configured
route but later it was being flushed instead of the actual summary
lsa. This was seen when prefix-id of the aggregated route is same
as one of the actual summary route.
Here, aggregated summary lsa need to be returned to set the flag
SUMMARY_APPROVE after originating aggregated summary lsa but its not.
Which is being cleaned up as part of unapproved summary cleanup.
Corrected this now.

Issue: #13028

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
(cherry picked from commit c8c1a240ab9653d74b3af009f850e150909f784e)
ospfd/ospf_lsa.c