diff options
author | Ondrej Filip <feela@network.cz> | 2004-05-31 15:35:06 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-05-31 15:35:06 +0200 |
commit | a60277b9997a891fdc5d62e07ac96885c009f531 (patch) | |
tree | 508802a49e6380f6c86333c4c3aec84164692c0f /nest/route.h | |
parent | 0c745adc8003ac816be15e2246fa4685e127d120 (diff) | |
download | bird-a60277b9997a891fdc5d62e07ac96885c009f531.tar bird-a60277b9997a891fdc5d62e07ac96885c009f531.zip |
Added RTD_NONE /* Just for internal use */
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
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 */ |