]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Update protocols.h 240/head
authorSaintBol <32470511+SaintBol@users.noreply.github.com>
Tue, 20 Mar 2018 23:55:45 +0000 (00:55 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Mar 2018 23:55:45 +0000 (00:55 +0100)
RFC 5462 - MPLS EXP Field renamed to TC Field (Traffic Class)

packet/protocols.h

index b37569be60ccac2a0f20f2f6115c5338a0e5df2a..89d0a96479cc36e564b62ef3f951be5572c06f2b 100644 (file)
@@ -78,7 +78,7 @@ struct ICMPExtensionObject {
 /*  An MPLS label included in an ICMP extension  */
 /*  See RFC 4950  */
 struct ICMPExtMPLSLabel {
-    uint8_t label[3];           // Low 4 bits are Experimental Use, Stack
+    uint8_t label[3];           // Low 4 bits are Traffic Class Use, Stack
     uint8_t ttl;
 };