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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

sspi: Generate and remove MPTCP address ID as needed. #234

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Nov 29, 2022

  1. sspi: Create mptcpd local address ID manager.

    Instantiate a mptcpd address ID manager to be used when mapping local
    network interface IP addresses to MPTCP address IDs.
    ossama-othman committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    16c5627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c7e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83463d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a8596b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21642b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbb8ce2 View commit details
    Browse the repository at this point in the history
  7. tests: Add a unit test for sspi plugin.

    A new unit test for the sspi plugin that simply exercises the the sspi
    plugin operations.  Only blackbox testing is performed at this stage
    since it is not straightforward to perform whitebox testing of the
    sspi plugin internals.
    ossama-othman committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    371f0a1 View commit details
    Browse the repository at this point in the history
  8. sspi: Track new network interface as needed.

    Track the network interface associated with a new local address as
    needed.
    ossama-othman committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0c5aa0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03abb41 View commit details
    Browse the repository at this point in the history
  10. test-sspi: Add the missing server_side arguments.

    Add the missing "server_side" arguments to the
    mptcpd_plugin_new_connection() and
    mptcpd_plugin_connection_established() function calls.
    ossama-othman committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    83c1453 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a751ff8 View commit details
    Browse the repository at this point in the history