diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2018-03-20 09:22:13 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-03-26 21:56:16 +0000 |
commit | de91006803f823a149b04738dd2bbfe18bfe9791 (patch) | |
tree | 9e7d3090dc6c0926a5fc72d5f908fd1da4a88c3c /src/vcl/sock_test.h | |
parent | 0a15e8c3b6a7e19131f7abc6fd4d1422616cda5c (diff) |
VCL: add IPv6 to socket_test.sh and make test
Change-Id: If3827828062a46f1cce43642535333f677f06e62
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/vcl/sock_test.h')
-rw-r--r-- | src/vcl/sock_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vcl/sock_test.h b/src/vcl/sock_test.h index 0729c310f50..f9f5c7070b2 100644 --- a/src/vcl/sock_test.h +++ b/src/vcl/sock_test.h @@ -69,6 +69,8 @@ typedef struct __attribute__ ((packed)) uint32_t ctrl_handle; uint32_t num_test_sockets; uint32_t verbose; + uint32_t address_ip6; + uint32_t transport_udp; uint64_t rxbuf_size; uint64_t txbuf_size; uint64_t num_writes; |