Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgp: Don't apply ImportExportPolicy to withdrawn nlri
Import/Export filters are meant to modify which advertised prefixes are allowed. For Import, this is simply an allow-list that accepts a subset of the advertised nlri in a received update. For Export, this is an allow-list that accepts a subset of the locally originated nlri. In neither case do you want to apply these filters to the list of withdrawn nlri, as this can result in stale routes if a legitimate withdrawal is not sent or received. Fixes: #330 Signed-off-by: Trey Aspelund <[email protected]>
- Loading branch information