summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-01 16:05:43 +0100
committerMartin Mares <mj@ucw.cz>2000-03-01 16:05:43 +0100
commitc8518ae136d94dc9576531a311947ba13213aea0 (patch)
tree0468ad5d4227779cb47c7b5b9f92a552fda7faf8 /nest/route.h
parent85053fce04a2cba09332a6eb667f09f9c4182392 (diff)
downloadbird-c8518ae136d94dc9576531a311947ba13213aea0.tar
bird-c8518ae136d94dc9576531a311947ba13213aea0.zip
Removed RTF_EXTERIOR and RTF_TAGGED (unused).
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/nest/route.h b/nest/route.h
index da793d6..8b14c85 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -223,7 +223,7 @@ typedef struct rta {
byte scope; /* Route scope (SCOPE_... -- see ip.h) */
byte cast; /* Casting type (RTC_...) */
byte dest; /* Route destination type (RTD_...) */
- byte flags; /* Route flags (RTF_...) */
+ byte flags; /* Route flags (RTF_...), now unused */
byte aflags; /* Attribute cache flags (RTAF_...) */
byte rfu, rfu2; /* Padding */
ip_addr gw; /* Next hop */
@@ -258,9 +258,6 @@ typedef struct rta {
#define RTD_UNREACHABLE 3 /* Reject as unreachable */
#define RTD_PROHIBIT 4 /* Administratively prohibited */
-#define RTF_EXTERIOR 1 /* Learned via exterior protocol */
-#define RTF_TAGGED 2 /* Tagged external route learned via IGP */
-
#define RTAF_CACHED 1 /* This is a cached rta */
/*