]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Fixing Summary origination after range configuration 13096/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:50 +0000 (23:57 +0000)
commit3785581b8deac35c3b74ea733177878826c4ca5f
tree1cffde884dc1d5725cdefaf2e4080aa568a53e53
parentb157d367f10ca05e8e68846711c0450446892b0d
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