]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Update probe.h 243/head
authorSaintBol <32470511+SaintBol@users.noreply.github.com>
Wed, 21 Mar 2018 00:00:26 +0000 (01:00 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Mar 2018 00:00:26 +0000 (01:00 +0100)
RFC 5462 - MPLS EXP Field renamed to TC Field (Traffic Class)

packet/probe.h

index 6e3d4520a427c31e40740ddb6cc355c06b6a1be4..ead2a4143131b182c84ba50d9b8668f940601d72 100644 (file)
@@ -125,7 +125,7 @@ struct net_state_t {
 /*  Multiprotocol Label Switching information  */
 struct mpls_label_t {
     uint32_t label;
-    uint8_t experimental_use;
+    uint8_t traffic_class;
     uint8_t bottom_of_stack;
     uint8_t ttl;
 };