Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rev netlink to pick up RouteListIter #8979

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Commits on Jul 11, 2024

  1. Rev netlink to pick up RouteListIter

    Allows for listing large numbers of routes without
    buffering the whole list in memory at once.
    fasaxc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    036c490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ea996 View commit details
    Browse the repository at this point in the history
  3. Filter out default route in interface monitor.

    This used to get filtered out by the nil check, but
    the netlink library now synthesizes a zero CIDR when reading
    the default route.
    fasaxc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bd7a84f View commit details
    Browse the repository at this point in the history