From 5b9a122bc050333b3e4f500e506cf7b7b4469550 Mon Sep 17 00:00:00 2001 From: Septs Date: Fri, 29 May 2020 06:18:19 +0800 Subject: [PATCH] re-export description in asn --- scripts/roa.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/roa.py b/scripts/roa.py index 832ff83..d94f482 100755 --- a/scripts/roa.py +++ b/scripts/roa.py @@ -173,6 +173,7 @@ def make_export(roa4, roa6): "owner": asn_info["owner"], "name": asn_info["name"], "source": asn_info["source"], + "description": asn_info.get("description"), "routes": { "ipv4": filter_route(roa4, asn), "ipv6": filter_route(roa6, asn),