summaryrefslogtreecommitdiff
path: root/print-ospf.c
diff options
context:
space:
mode:
authorckishimo <carles.kishimoto@gmail.com>2021-01-22 10:45:24 +0100
committerDenis Ovsienko <denis@ovsienko.info>2021-01-23 13:55:31 +0000
commitc86534460a4e0cc2516b96f67aabd8b5ea4e9d16 (patch)
treecce13975aceb98f5c1de2768fd1aae41710aa00f /print-ospf.c
parentf39bd6851f0e4150377ce8a1f0136b8aad821ce8 (diff)
downloadtcpdump-c86534460a4e0cc2516b96f67aabd8b5ea4e9d16.tar.gz
ospf: add support bit Nt RFC3101
Diffstat (limited to 'print-ospf.c')
-rw-r--r--print-ospf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-ospf.c b/print-ospf.c
index c370bda7..d3f519c3 100644
--- a/print-ospf.c
+++ b/print-ospf.c
@@ -61,6 +61,7 @@ static const struct tok ospf_rla_flag_values[] = {
{ RLA_FLAG_E, "ASBR" },
{ RLA_FLAG_W1, "Virtual" },
{ RLA_FLAG_W2, "W2" },
+ { RLA_FLAG_NT, "Nt" },
{ 0, NULL }
};