-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle route request for static and missing routes
Previously route requests for specific subnets (i.e. not a wildcard request for a full table dump) only looked up the selected routes. This missed the static routes which are not saved in the regular routing table. Additionally, according to the babel rfc, if no route is found for the requested subnet, a retraction must be advertised. Fixes #171 Signed-off-by: Lee Smet <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters