From: SaintBol <32470511+SaintBol@users.noreply.github.com> Date: Wed, 21 Mar 2018 00:10:58 +0000 (+0100) Subject: Update mtr.h X-Git-Tag: v0.93~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F246%2Fhead;p=thirdparty%2Fmtr.git Update mtr.h RFC 5462 - MPLS EXP Field renamed to TC Field (Traffic Class) --- diff --git a/ui/mtr.h b/ui/mtr.h index c17f405..ac38016 100644 --- 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? */