You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
running dump_json.py on rpki.apnic.net/member_repository/A91F59FC/81045E3A566011E8BF3FD527C4F9AE02/289D05F2314511EDBBE60349C4F9AE02.roa should show 103.114.190.0/24 and 103.114.191.0/24 but instead shows 230.78.125.0/24 and 230.78.253.0/24; this suggests that the bytes need to be flipped in each octet (endianness error). 230 is the endianness flip of 103, and so on.
running dump_json.py on rpki.apnic.net/member_repository/A91F59FC/81045E3A566011E8BF3FD527C4F9AE02/289D05F2314511EDBBE60349C4F9AE02.roa should show 103.114.190.0/24 and 103.114.191.0/24 but instead shows 230.78.125.0/24 and 230.78.253.0/24; this suggests that the bytes need to be flipped in each octet (endianness error). 230 is the endianness flip of 103, and so on.