Skip to content

RIS Live JSON projection omits many BGP path attributes #295

Description

@digizeph

RIS Live's JSON UPDATE schema exposes only a small projection of BGP attributes (path, standard communities, origin, MED, aggregator, announcements, withdrawals). Attributes such as extended/large communities, local-pref, originator/cluster, MP_* details, OTC, AIGP, Prefix-SID, BIER, unknown/deprecated/raw attributes, etc. are not represented as JSON fields.

This means bgpkit-parser users parsing RIS Live JSON cannot access the full attribute set even when the parser supports those attributes. RIS Live supports socketOptions.includeRaw, which includes the original BGP wire message as data.raw. We should provide an opt-in raw parsing path while keeping the existing JSON-field parser available for backwards compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions