X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c86534460a4e0cc2516b96f67aabd8b5ea4e9d16..a36b3aeb877e4357918cfd99ddad5ce913a3a0b6:/print-ospf.c diff --git a/print-ospf.c b/print-ospf.c index d3f519c3..668506e9 100644 --- a/print-ospf.c +++ b/print-ospf.c @@ -59,9 +59,10 @@ static const struct tok ospf_authtype_values[] = { static const struct tok ospf_rla_flag_values[] = { { RLA_FLAG_B, "ABR" }, { RLA_FLAG_E, "ASBR" }, - { RLA_FLAG_W1, "Virtual" }, - { RLA_FLAG_W2, "W2" }, + { RLA_FLAG_V, "Virtual" }, + { RLA_FLAG_W, "Wildcard" }, { RLA_FLAG_NT, "Nt" }, + { RLA_FLAG_H, "Host" }, { 0, NULL } };