mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
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:
parent
ec3761518b
commit
ae2020e842
1
CREDITS
1
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>
|
||||
|
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user