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

ui/mtr.h

index c17f4055e0d0a81b337d1199a07db15bbe9dc0b6..ac380163e4df46f186a572617d83a7ccaa736292 100644 (file)
--- a/ui/mtr.h
+++ b/ui/mtr.h
@@ -133,7 +133,7 @@ extern const struct fields data_fields[MAXFLD];
 /* MPLS label object */
 struct mplslen {
     unsigned long label[MAXLABELS];     /* label value */
-    uint8_t exp[MAXLABELS];     /* experimental bits */
+    uint8_t tc[MAXLABELS];     /* Traffic Class bits */
     uint8_t ttl[MAXLABELS];     /* MPLS TTL */
     char s[MAXLABELS];          /* bottom of stack */
     char labels;                /* how many labels did we get? */