summaryrefslogtreecommitdiffstats
path: root/nest/iface.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-12-16 14:51:43 +0100
committerMartin Mares <mj@ucw.cz>1999-12-16 14:51:43 +0100
commit476e10842503b51331a7994b6e25c91b20eb8e71 (patch)
treee9858a156a032f27a213c8932b5fc5021b2343d3 /nest/iface.c
parente693ddff874890a9e5c990f6ca75d2e2358d065a (diff)
downloadbird-476e10842503b51331a7994b6e25c91b20eb8e71.tar
bird-476e10842503b51331a7994b6e25c91b20eb8e71.zip
Minor cleanups.
Diffstat (limited to 'nest/iface.c')
-rw-r--r--nest/iface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/iface.c b/nest/iface.c
index be087ff..4f12365 100644
--- a/nest/iface.c
+++ b/nest/iface.c
@@ -224,8 +224,6 @@ if_dump(struct iface *i)
debug(" BC");
if (i->flags & IF_MULTICAST)
debug(" MC");
- if (i->flags & IF_TUNNEL)
- debug(" TUNL");
if (i->flags & IF_LOOPBACK)
debug(" LOOP");
if (i->flags & IF_IGNORE)