From: Michael Tremer Date: Wed, 31 Jan 2018 00:43:01 +0000 (+0000) Subject: Use the organisation's name as AS name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c1535d73fb087bc8cab7a05fd9146472abf88d;p=location%2Flocation-database.git Use the organisation's name as AS name Signed-off-by: Michael Tremer --- diff --git a/tools/database.py b/tools/database.py index d0a3669..99d6918 100644 --- a/tools/database.py +++ b/tools/database.py @@ -59,7 +59,7 @@ class Database(object): if m: asn = int(m.group(1)) - elif key == "name": + elif key == "org": name = val if asn and name: