summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-05-31 15:35:06 +0200
committerOndrej Filip <feela@network.cz>2004-05-31 15:35:06 +0200
commita60277b9997a891fdc5d62e07ac96885c009f531 (patch)
tree508802a49e6380f6c86333c4c3aec84164692c0f /nest/route.h
parent0c745adc8003ac816be15e2246fa4685e127d120 (diff)
downloadbird-a60277b9997a891fdc5d62e07ac96885c009f531.tar
bird-a60277b9997a891fdc5d62e07ac96885c009f531.zip
Added RTD_NONE /* Just for internal use */
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index e372e16..aa39a47 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -268,6 +268,7 @@ typedef struct rta {
#define RTD_BLACKHOLE 2 /* Silently drop packets */
#define RTD_UNREACHABLE 3 /* Reject as unreachable */
#define RTD_PROHIBIT 4 /* Administratively prohibited */
+#define RTD_NONE 5 /* Invalid RTD */
#define RTAF_CACHED 1 /* This is a cached rta */