lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit dc0be5c5 authored by Michael Tremer's avatar Michael Tremer

location-importer: Read all routes and not only those imported through iBGP

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 22d8d199
......@@ -571,7 +571,7 @@ class CLI(object):
def _handle_update_announcements_from_bird(self, server):
# Pre-compile the regular expression for faster searching
route = re.compile(b"^\s(.+?)\s+.+?\[AS(.*?)i\]$")
route = re.compile(b"^\s(.+?)\s+.+?\[AS(.*?).\]$")
log.info("Requesting routing table from Bird (%s)" % server)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment