Skip to content

rename gateway_nexthop fields in statistics #170

@christf

Description

@christf

gateway_src and gateway_nexthop are very specific terms and they sit flat in statistics.
There are network topologies that cannot be covered by this structure. Especially when there is src-specific routing in place. Instead of gateway_nexthop I propose the following structure:

gateway: [
{
    "src": "aaa:bbb:ccc:ddd:eee:111:2222:333/64"
    "via": "aaa:bbb:ccc:ddd:eee:111:2222:333/64"
    ("dest": "aaa:bbb:ccc:ddd:eee:111:2222:333/64")
}
]

The terminology "src" and "via" means the structure is re-usable between different mesh protocols.
Optionally we could include a "dest" field as well, however at the moment I guess only 2000::/3 is relevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions