From bd365072bff9773c8b58a33823ea0f2a5f052eec Mon Sep 17 00:00:00 2001 From: Andy Nguyen Date: Wed, 29 Apr 2020 15:03:31 +0200 Subject: sys: add more specific ipv6 options Additionally fix a type for ipv6_hopopts_ext_header --- sys/linux/vnet.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/vnet.txt') 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] -- cgit mrf-deployment