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

Conversation

SerhiyBoikoPLV
Copy link
Contributor

@SerhiyBoikoPLV SerhiyBoikoPLV commented Mar 16, 2023

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.

Resolves: #139

Signed-off-by: Serhiy Boiko serhiy.boiko@plvision.eu

mgheorghe
mgheorghe previously approved these changes Mar 20, 2023
@mgheorghe mgheorghe enabled auto-merge (squash) March 20, 2023 15:57
@mgheorghe mgheorghe added enhancement New feature or request automerge labels Mar 20, 2023
muchetan
muchetan previously approved these changes Mar 23, 2023
auto-merge was automatically disabled March 23, 2023 17:07

Head branch was pushed to by a user without write access

@SerhiyBoikoPLV SerhiyBoikoPLV dismissed stale reviews from muchetan and mgheorghe via c6edd85 March 23, 2023 17:07
@mgheorghe mgheorghe enabled auto-merge (squash) March 28, 2023 14:21
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>
@mgheorghe mgheorghe merged commit 04d767e into dentproject:main Mar 29, 2023
yuriilisovskyi pushed a commit to PLVision/dent-testing that referenced this pull request Mar 30, 2023
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 SerhiyBoikoPLV deleted the ixia_ipv6 branch April 10, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No support in the framework IPv6 traffic
3 participants