summaryrefslogtreecommitdiff
path: root/print-isoclns.c
diff options
context:
space:
mode:
authorHannes Gredler <hannes@juniper.net>2011-03-02 16:49:28 +0100
committerHannes Gredler <hannes@juniper.net>2011-03-02 16:49:28 +0100
commitaac33a3684b695ba1997dde82b90624c75180ac5 (patch)
tree244610eb5a7056d7ec2290bc6fb03819d353179c /print-isoclns.c
parent7e44242ea8bf97bfb7e0dee248bff11a54f44b06 (diff)
downloadtcpdump-aac33a3684b695ba1997dde82b90624c75180ac5.tar.gz
From Minto Jeyananth <minto@juniper.net>: fix the IS-IS MT flag tokentable
Diffstat (limited to 'print-isoclns.c')
-rw-r--r--print-isoclns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-isoclns.c b/print-isoclns.c
index 60bf515a..b56fe6d1 100644
--- a/print-isoclns.c
+++ b/print-isoclns.c
@@ -439,8 +439,8 @@ static struct tok clnp_flag_values[] = {
#define ISIS_MASK_MTFLAGS(x) ((x)&0xf000)
static struct tok isis_mt_flag_values[] = {
- { 0x4000, "sub-TLVs present"},
- { 0x8000, "ATT bit set"},
+ { 0x4000, "ATT bit set"},
+ { 0x8000, "Overload bit set"},
{ 0, NULL}
};