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

Rework _parse_route_data to allow multiple routing tables. #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 2, 2024

  1. Rework _parse_route_data to allow multiple routing tables.

    I think it is a bird2 feature, but not sure. I tried parsing a system
    with ipv6 enabled, which burned down because a line with 'Table:
    master6' suddenly appeared unexpedted. I guess this is a bird2 feature.
    I have reworked the _parse_route_data a bit more pythonic and to cope
    with this.
    
    I have introdcuced a dependancy, more_itertools. If that is undesired
    i'll go back to the drawingboard.
    Heidistein committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3b20140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9093479 View commit details
    Browse the repository at this point in the history