mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:50:41 +08:00
re-export description in asn
This commit is contained in:
parent
058521a372
commit
5b9a122bc0
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue