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

feat: generalize bgp server to allow any net.Listener #398

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    c5d25a6 View commit details
    Browse the repository at this point in the history
  2. feat: generalize bgp server to allow any net.Listener

    this allows to implement in-memory bgp servers using the same code.
    they can be used for testing bio-routing as well as some other use cases.
    tobikris committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2f79afa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    b554c27 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    1167931 View commit details
    Browse the repository at this point in the history