Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

IP addresses are incorrectly rendered (wrong endian) #1

@lizthegrey

Description

@lizthegrey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions