1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-17 11:41:45 +08:00

re-export description in asn

This commit is contained in:
Septs 2020-05-29 06:18:19 +08:00
parent 058521a372
commit 5b9a122bc0

View file

@ -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),