]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Merge pull request #837 from rscheff/master
authorGuy Harris <[email protected]>
Sun, 1 Mar 2020 04:33:41 +0000 (20:33 -0800)
committerGitHub <[email protected]>
Sun, 1 Mar 2020 04:33:41 +0000 (20:33 -0800)
Remove historic ECN definitions from IPv6

ip6.h

diff --git a/ip6.h b/ip6.h
index 8757098c792a78d640115bf32b1121434c1870b7..5de36af02733091289b1a79f55c50b8f70242cd3 100644 (file)
--- a/ip6.h
+++ b/ip6.h
@@ -98,11 +98,6 @@ struct ip6_hdr {
 /* in network endian */
 #define IPV6_FLOWINFO_MASK     ((uint32_t)htonl(0x0fffffff))   /* flow info (28 bits) */
 #define IPV6_FLOWLABEL_MASK    ((uint32_t)htonl(0x000fffff))   /* flow label (20 bits) */
-#if 1
-/* ECN bits proposed by Sally Floyd */
-#define IP6TOS_CE              0x01    /* congestion experienced */
-#define IP6TOS_ECT             0x02    /* ECN-capable transport */
-#endif
 
 /*
  * Extension Headers