From 476e10842503b51331a7994b6e25c91b20eb8e71 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 16 Dec 1999 13:51:43 +0000 Subject: Minor cleanups. --- nest/iface.c | 2 -- nest/iface.h | 1 - nest/route.h | 1 - 3 files changed, 4 deletions(-) (limited to 'nest') 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) diff --git a/nest/iface.h b/nest/iface.h index 87c4e93..64bc6b4 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -43,7 +43,6 @@ struct iface { #define IF_UNNUMBERED 4 #define IF_BROADCAST 8 #define IF_MULTICAST 0x10 -#define IF_TUNNEL 0x20 /* FIXME: Remove? */ #define IF_ADMIN_DOWN 0x40 #define IF_LOOPBACK 0x80 #define IF_IGNORE 0x100 /* Not to be used by routing protocols (loopbacks etc.) */ diff --git a/nest/route.h b/nest/route.h index 41d188d..903e9b9 100644 --- a/nest/route.h +++ b/nest/route.h @@ -270,7 +270,6 @@ typedef struct eattr { } u; } eattr; -/* FIXME: Introduce real protocol numbers? */ #define EAP_GENERIC 0 /* Generic attributes */ #define EAP_BGP 1 /* BGP attributes */ #define EAP_RIP 2 /* RIP */ -- cgit v1.2.3