]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: opsf_abr.c memory leak fix, free range
authorJeevesh Rishi Dindyal (Sarvesh) <68096721+ryndia@users.noreply.github.com>
Tue, 9 May 2023 09:59:58 +0000 (13:59 +0400)
committerryndia <dindyalsarvesh@gmail.com>
Wed, 10 May 2023 06:59:20 +0000 (10:59 +0400)
commitc824d9792e1c2fd4f531c046a59627ce74a9b115
tree5bb225cee130d7fc2163c64b06ff3831f494c4ad
parent911bfbf5f1c1b19d03b19e64fc926509987022d8
ospfd: opsf_abr.c memory leak fix, free range

The new create range attribute is send to add to ranges, but not use if the prefix already exist in the ranges.

Signed-off-by: ryndia <dindyalsarvesh@gmail.com>
ospfd/ospf_abr.c