Skip to content

fact does not cleanup the LPM prefix map in kernel side #1322

Description

@Molter73

Found this due to a crash in this line:

path_prefix.insert(&prefix.into(), 0, 0)?;

When a new set of paths is received, we probably want to find the ones from the previous set that are not in the new one and remove those prefixes from the map to reduce the chance of crashes.

We also probably want to bump that prefix limit and make it configurable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions