Closed hardeker closed 3 months ago
when a path that was previously filtered becomes advertised because another path is withdrawn, the sendMaxFiltered flag needs to be unset. Otherwise, this path would never be deleted from the peer unless the peer is removed.
Looks correct. @maxime-peim any comments?
Indeed, that is correct, we need to unset the flag for paths ready to be advertised.
Thanks guys!
when a path that was previously filtered becomes advertised because another path is withdrawn, the sendMaxFiltered flag needs to be unset. Otherwise, this path would never be deleted from the peer unless the peer is removed.