diff options
| author | Shankara Pailoor <shankarapailoor@gmail.com> | 2019-01-08 08:08:33 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-10 12:34:28 +0100 |
| commit | 0108829095758774257301e06d38003c02aaae7f (patch) | |
| tree | 87545a51d66a39dc639715370459e6bf8e5e94c5 /sys/linux/vnet.txt | |
| parent | 45c0c1b10e35e15cb801070d046648a15198232c (diff) | |
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.
Diffstat (limited to 'sys/linux/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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]] |
