commit | de91006803f823a149b04738dd2bbfe18bfe9791 | [log] [tgz] |
---|---|---|
author | Dave Wallace <dwallacelf@gmail.com> | Tue Mar 20 09:22:13 2018 -0400 |
committer | Florin Coras <florin.coras@gmail.com> | Mon Mar 26 21:56:16 2018 +0000 |
tree | 9e7d3090dc6c0926a5fc72d5f908fd1da4a88c3c | |
parent | 0a15e8c3b6a7e19131f7abc6fd4d1422616cda5c [diff] [blame] |
VCL: add IPv6 to socket_test.sh and make test Change-Id: If3827828062a46f1cce43642535333f677f06e62 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
diff --git a/src/vcl/sock_test.h b/src/vcl/sock_test.h index 0729c31..f9f5c70 100644 --- a/src/vcl/sock_test.h +++ b/src/vcl/sock_test.h
@@ -69,6 +69,8 @@ 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;