aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/vnet.txt
diff options
context:
space:
mode:
authorAndy Nguyen <theflow@google.com>2020-04-29 15:03:31 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-04-29 16:46:34 +0200
commitbd365072bff9773c8b58a33823ea0f2a5f052eec (patch)
tree582589b8718d86b18a3572a0faa3057be4e4875a /sys/linux/vnet.txt
parent3b93a8e0034a8109125737a9019e6e787f81ec2b (diff)
sys: add more specific ipv6 options
Additionally fix a type for ipv6_hopopts_ext_header
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 99b3d1b1c..1f07a5cda 100644
--- a/sys/linux/vnet.txt
+++ b/sys/linux/vnet.txt
@@ -551,14 +551,14 @@ type ipv6_addr_mask array[flags[ipv4_addr_mask_vals, int32be], 4]
# The length field in each of the extension headers specifies the
# length of the header in 8-octet units not including the first 8 octets.
ipv6_ext_header [
- hopopts ipv6_hopots_ext_header
+ hopopts ipv6_hopopts_ext_header
routing ipv6_rt_hdr
srh ipv6_sr_hdr
fragment ipv6_fragment_ext_header
dstopts ipv6_dstopts_ext_header
] [varlen]
-ipv6_hopots_ext_header {
+ipv6_hopopts_ext_header {
next_header flags[ipv6_types, int8]
length bytesize8[options, int8]
pad array[const[0, int8], 6]