diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-16 14:51:43 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-16 14:51:43 +0100 |
commit | 476e10842503b51331a7994b6e25c91b20eb8e71 (patch) | |
tree | e9858a156a032f27a213c8932b5fc5021b2343d3 /nest/iface.h | |
parent | e693ddff874890a9e5c990f6ca75d2e2358d065a (diff) | |
download | bird-476e10842503b51331a7994b6e25c91b20eb8e71.tar bird-476e10842503b51331a7994b6e25c91b20eb8e71.zip |
Minor cleanups.
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 1 |
1 files changed, 0 insertions, 1 deletions
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.) */ |