From 0108829095758774257301e06d38003c02aaae7f Mon Sep 17 00:00:00 2001 From: Shankara Pailoor Date: Tue, 8 Jan 2019 08:08:33 -0800 Subject: sys/linux: add rand_addr option to ipv6_addr union rand_addr option is the first option for the ipv6_addr union and is just an array of 16 bytes. This option makes it easy for trace2syz to convert ipv6 address as strace decodes the ipv6 address as a hex string. --- sys/linux/vnet.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/vnet.txt') diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index 2e2532b69..01f0a4a5f 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -532,6 +532,7 @@ ipv6_addr_multicast2 { } [packed] ipv6_addr [ + rand_addr array[int8, 16] empty ipv6_addr_empty # These correspond to LOCAL_IPV6/REMOTE_IPV6/DEV_IPV6 in executor/common_linux.h local ipv6_addr_t[const[0xaa, int8]] -- cgit mrf-deployment