diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-01 15:05:43 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-01 15:05:43 +0000 |
commit | c8518ae136d94dc9576531a311947ba13213aea0 (patch) | |
tree | 0468ad5d4227779cb47c7b5b9f92a552fda7faf8 /nest/rt-attr.c | |
parent | 85053fce04a2cba09332a6eb667f09f9c4182392 (diff) |
Removed RTF_EXTERIOR and RTF_TAGGED (unused).
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r-- | nest/rt-attr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 04dcf516..99d063e0 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); |