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

packet/probe.c

index 883060ca9684ce7b268aaf3651e18268745b03fb..27bf138eff65fa1c2d5fd63461ab0bd662273039 100644 (file)
@@ -232,7 +232,7 @@ void format_mpls_string(
         }
 
         snprintf(append_pos, buffer_size, "%d,%d,%d,%d",
-                 mpls->label, mpls->experimental_use,
+                 mpls->label, mpls->traffic_class,
                  mpls->bottom_of_stack, mpls->ttl);
 
         buffer_size -= strlen(append_pos);