diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-06 15:46:21 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-07 10:58:51 +0200 |
| commit | c7434a4081b4e809176fab3dd7a154652644678f (patch) | |
| tree | fffe2c1b5e4e7b1b9d1c6c9373af3554ca46577b /sys/vnet_amd64.const | |
| parent | d23bf3250e6705f2272f5ffa5970948feb202a72 (diff) | |
sys: improve ipv6 descriptions
1. Use proc type for fragment identifiers.
2. Remove dups from ipv6_types.
3. Fix ipv6_fragment_ext_header layout.
Diffstat (limited to 'sys/vnet_amd64.const')
| -rw-r--r-- | sys/vnet_amd64.const | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vnet_amd64.const b/sys/vnet_amd64.const index 43e8d186c..6f9b09881 100644 --- a/sys/vnet_amd64.const +++ b/sys/vnet_amd64.const @@ -302,13 +302,9 @@ NEXTHDR_FRAGMENT = 44 NEXTHDR_GRE = 47 NEXTHDR_HOP = 0 NEXTHDR_ICMP = 58 -NEXTHDR_IPV6 = 41 NEXTHDR_MOBILITY = 135 NEXTHDR_NONE = 59 NEXTHDR_ROUTING = 43 -NEXTHDR_SCTP = 132 -NEXTHDR_TCP = 6 -NEXTHDR_UDP = 17 TCPHDR_ACK = 16 TCPHDR_CWR = 128 TCPHDR_ECE = 64 |
