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
This commit is contained in:
Hannes Gredler 2014-03-17 11:38:32 +01:00
parent ec3761518b
commit ae2020e842
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View 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}
};