From a60277b9997a891fdc5d62e07ac96885c009f531 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 31 May 2004 13:35:06 +0000 Subject: Added RTD_NONE /* Just for internal use */ --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/route.h') 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 */ -- cgit v1.2.3