]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Remove assert and fix LSA removal in ASBR summarisation
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 9 Aug 2021 11:24:32 +0000 (04:24 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 9 Aug 2021 16:11:04 +0000 (09:11 -0700)
commit4e0702dc746a0dbf8c0a221b3ab7e15e12f21d05
treef635116649873a030e735482d06b90c865818ac4
parentd04e7788c19e39de207ef2ea0f63f0d31702aa76
ospf6d: Remove assert and fix LSA removal in ASBR summarisation

Fix:
1. The assert at line ospf6_asbr.c:2849 is not required.
2. When Individual LSAs are present and summarisation is configured
we need to remove such LSAs and originate the summarised ones.

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
ospf6d/ospf6_asbr.c