summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index 04dcf51..99d063e 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -354,10 +354,6 @@ rta_dump(rta *a)
debug("p=%s uc=%d %s %s%s%s",
a->proto->name, a->uc, rts[a->source], ip_scope_text(a->scope), rtc[a->cast],
rtd[a->dest]);
- if (a->flags & RTF_EXTERIOR)
- debug(" EXT");
- if (a->flags & RTF_TAGGED)
- debug(" TAG");
if (!(a->aflags & RTAF_CACHED))
debug(" !CACHED");
debug(" <-%I", a->from);