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

Natively modify host route table #2615

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    b45ba46 View commit details
    Browse the repository at this point in the history
  2. flesh out docs and add grpc

    GSGBen committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    c203f07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8f8a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd647b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. get routes adding and updating

    Confirmed working with the gns3 lab - multiple AS hops, routes changing. Deletes on shutdown aren't working - might be a different event type at the end?
    GSGBen committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    038f5e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. delete routes on shutdown

    There was a race condition. Fixed with Context and WaitGroup
    GSGBen committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    28dbccb View commit details
    Browse the repository at this point in the history
  2. finalise

    GSGBen committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c3bbded View commit details
    Browse the repository at this point in the history
  3. fix formatting

    GSGBen committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5882e1b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. fix spellcheck

    GSGBen committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    0d78801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa5c14 View commit details
    Browse the repository at this point in the history