Skip to content

Commit

Permalink
cnf network: add qinq second PR multi-cvlans (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Kopels <[email protected]>
  • Loading branch information
gkopels and Gregory Kopels committed Jun 4, 2024
1 parent 7e5ef4b commit c140b24
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 89 deletions.
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

0 comments on commit c140b24

Please sign in to comment.