]> The Tcpdump Group git mirrors - tcpdump/commitdiff
from Swaathi Vetrivel:
authorHannes Gredler <[email protected]>
Mon, 17 Mar 2014 10:38:32 +0000 (11:38 +0100)
committerHannes Gredler <[email protected]>
Mon, 17 Mar 2014 10:38:32 +0000 (11:38 +0100)
update Linktrace Reply Flags as per the latest spec:
IEEE 802.1ag Standard, June 18, 2007. Page 199, Section 21.9.2, table 21-26

CREDITS
print-cfm.c

diff --git a/CREDITS b/CREDITS
index f72aa6e5b799b505747fb3a041a4d29857e35edb..79f41078c1c2fe6bf17184204529ffe413f45718 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -194,6 +194,7 @@ Additional people who have contributed patches:
     Steinar Haug                  <sthaug at nethelp dot no>
     Stephane Bortzmeyer           <stephane+github at bortzmeyer dot org>
     Swaminathan Chandrasekaran    <chander at juniper dot net>
+    Swaathi Vetrivel              <swaathiv at juniper dot net>
     Takashi Yamamoto              <yamt at mwd dot biglobe dot ne dot jp>
     Tatuya Jinmei                 <jinmei at kame dot net>
     Terry Kennedy                 <terry at tmk dot com>
index d36a50f1a3fad7163d8a4e27ca24bd356d90ec3c..2dba46a7f188ee6907b21f3d1ad957f19e0fb377 100644 (file)
@@ -149,8 +149,9 @@ struct cfm_ltr_t {
 };
 
 static const struct tok cfm_ltr_flag_values[] = {
-    { 0x80, "Forwarded"},
-    { 0x40, "Terminal MEP"},
+    { 0x80, "UseFDB Only"},
+    { 0x40, "FwdYes"},
+    { 0x20, "Terminal MEP"},
     { 0, NULL}
 };