aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/vnet.txt
diff options
context:
space:
mode:
authorShankara Pailoor <shankarapailoor@gmail.com>2018-11-27 12:51:38 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-30 15:24:55 +0000
commitbc6b598a2d3a6dd82a5066d1c9ac742787ac667b (patch)
tree07b59d30606b6d8723dd70d5bbf96bf0331a796c /sys/linux/vnet.txt
parent115a1379ebf72f2090a656649ba8c791ffb47ce4 (diff)
removing trace2syz constants and moving rand_addr as the first ipv4_addr option
Diffstat (limited to 'sys/linux/vnet.txt')
-rw-r--r--sys/linux/vnet.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt
index fb7e57782..7de8e1a63 100644
--- a/sys/linux/vnet.txt
+++ b/sys/linux/vnet.txt
@@ -317,6 +317,8 @@ type ipv4_addr_t[LAST] {
} [packed]
ipv4_addr [
+# random
+ rand_addr int32be
# 0.0.0.0
empty const[0x0, int32be]
# These correspond to LOCAL_IPV4/REMOTE_IPV4/DEV_IPV4 in executor/common_linux.h
@@ -331,8 +333,6 @@ ipv4_addr [
multicast2 const[0xe0000002, int32be]
# 255.255.255.255
broadcast const[0xffffffff, int32be]
-# random
- rand_addr int32be
]
type ipv4_addr_mask flags[ipv4_addr_mask_vals, int32be]