From ae2020e84203389ef8c06a00543304b7414e0018 Mon Sep 17 00:00:00 2001 From: Hannes Gredler Date: Mon, 17 Mar 2014 11:38:32 +0100 Subject: [PATCH] from Swaathi Vetrivel: 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 | 1 + print-cfm.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index f72aa6e5..79f41078 100644 --- a/CREDITS +++ b/CREDITS @@ -194,6 +194,7 @@ Additional people who have contributed patches: Steinar Haug Stephane Bortzmeyer Swaminathan Chandrasekaran + Swaathi Vetrivel Takashi Yamamoto Tatuya Jinmei Terry Kennedy diff --git a/print-cfm.c b/print-cfm.c index d36a50f1..2dba46a7 100644 --- a/print-cfm.c +++ b/print-cfm.c @@ -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} }; -- 2.39.5