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

cnf network: add qinq second PR multi-cvlans #10

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tests/cnf/core/network/sriov/internal/tsparams/sriovvars.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,18 @@ var (
ClientIPv4IPAddress = "192.168.0.1/24"
// ServerIPv4IPAddress represents the full test server IPv4 address.
ServerIPv4IPAddress = "192.168.0.2/24"
// ClientIPv4IPAddress2 represents the full test client IPv4 address.
ClientIPv4IPAddress2 = "192.168.1.1/24"
// ServerIPv4IPAddress2 represents the full test server IPv4 address.
ServerIPv4IPAddress2 = "192.168.1.2/24"
// ClientIPv6IPAddress represents the full test client IPv6 address.
ClientIPv6IPAddress = "2001::1/64"
// ServerIPv6IPAddress represents the full test server IPv6 address.
ServerIPv6IPAddress = "2001::2/64"
// ClientIPv6IPAddress2 represents the full test client IPv6 address.
ClientIPv6IPAddress2 = "2001:100::1/64"
// ServerIPv6IPAddress2 represents the full test server IPv6 address.
ServerIPv6IPAddress2 = "2001:100::2/64"
// ClientMacAddress represents the test client MacAddress.
ClientMacAddress = "20:04:0f:f1:88:01"
// ServerMacAddress represents the test server MacAddress.
Expand Down
Loading
Loading