From c7434a4081b4e809176fab3dd7a154652644678f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 6 Aug 2017 15:46:21 +0200 Subject: sys: improve ipv6 descriptions 1. Use proc type for fragment identifiers. 2. Remove dups from ipv6_types. 3. Fix ipv6_fragment_ext_header layout. --- sys/vnet_amd64.const | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/vnet_amd64.const') 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 -- cgit mrf-deployment