X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1b69d2a8a141e97ce2d081fa92941b0cbb26c116..1f225ed4532bdf34ca42c12602ad33c3b732e90c:/print-ospf.c 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 } };