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

Add IPv6 support #200

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Add IPv6 support #200

merged 1 commit into from
Mar 29, 2023

Commits on Mar 29, 2023

  1. Add IPv6 support

    Add ability to assign IPv6 to Ixia ports.
    Add ability to create IPv6 traffic.
    Add SendNs function.
    Update set_traffic function:
    - instead of using 2 functions with duplicate code to create
      traffic there is only 1 now.
    - the user can specify `type: ipv6` to create IPv6 traffic.
    - the user can also specify `type: ethernet | raw` and
      `protocol: ipv6` to create ethernet/raw traffic with
      IPv6 header.
    - old behavior is preserved.
    
    Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
    SerhiyBoikoPLV authored and yuriilisovskyi committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    abf71d0 View commit details
    Browse the repository at this point in the history