]> The Tcpdump Group git mirrors - tcpdump/commitdiff
IP: Remove an unused and deprecated option number
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 19 Sep 2023 08:14:02 +0000 (10:14 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 19 Sep 2023 11:19:34 +0000 (13:19 +0200)
Reference: RFC 6814 - Formally Deprecating Some IPv4 Options.

2.1.  Stream ID

   The Stream ID option is obsolete.  It is specified in RFC 791
   [RFC791], and is deprecated in Section 3.2.1.8 of RFC 1122 [RFC1122]
   and Section 4.2.2.1 of RFC 1812 [RFC1812].

[skip ci]

ip.h

diff --git a/ip.h b/ip.h
index ca87548fd096ca2d31a7534f8c2e72caf8865b90..c1be0e66f177ae20efe02a6eb018becf585cf30b 100644 (file)
--- a/ip.h
+++ b/ip.h
@@ -107,7 +107,6 @@ struct ip {
 #define        IPOPT_RFC1393           82              /* traceroute RFC 1393 */
 #define        IPOPT_SECURITY          130             /* provide s,c,h,tcc */
 #define        IPOPT_LSRR              131             /* loose source route */
-#define        IPOPT_SATID             136             /* satnet id */
 #define        IPOPT_SSRR              137             /* strict source route */
 #define IPOPT_RA                148             /* router-alert, rfc2113 */