From de91006803f823a149b04738dd2bbfe18bfe9791 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 20 Mar 2018 09:22:13 -0400 Subject: VCL: add IPv6 to socket_test.sh and make test Change-Id: If3827828062a46f1cce43642535333f677f06e62 Signed-off-by: Dave Wallace --- src/vcl/sock_test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vcl/sock_test.h') 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; -- cgit 1.2.3-korg