]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Fixing Summary origination after range configuration
authorrgirada <rgirada@vmware.com>
Mon, 20 Mar 2023 11:22:26 +0000 (11:22 +0000)
committerrgirada <rgirada@vmware.com>
Tue, 21 Mar 2023 04:16:37 +0000 (04:16 +0000)
commitc8c1a240ab9653d74b3af009f850e150909f784e
tree38869c21ac8f3ddef04be7fe09c40bc16f98221e
parentc8cba1b88c952517ebe7f2ab2262a6ffb5499c0a
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>
ospfd/ospf_lsa.c