]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add LE DSCP code point from RFC-8622.
authorBruno Victal <mirai@makinata.eu>
Tue, 17 Oct 2023 17:00:27 +0000 (19:00 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 17 Oct 2023 17:00:27 +0000 (19:00 +0200)
Signed-off-by: Bruno Victal <mirai@makinata.eu>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
sysdeps/generic/netinet/ip.h

index 6bdb31b65e99275eb4771586fb225c15edef2ce2..20139e97af8bd6a2b545b21b54533867e38f1933 100644 (file)
@@ -191,6 +191,11 @@ struct ip_timestamp
  */
 #define        IPTOS_DSCP_VA           0xb0
 
+/*
+ * Lower-Effort Per-Hop Behavior DSCP code point from RFC-8622, Section 12.
+ */
+#define        IPTOS_DSCP_LE           0x04
+
 /*
  * In RFC 2474, Section 4.2.2.1, the Class Selector Codepoints subsume
  * the old ToS Precedence values.