From 618533af91051b7b26ac19816e89cd81352b0f13 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 8 Dec 1998 18:30:35 +0000 Subject: Added source RTS_DUMMY for temporary routes. They should never appear in the main table. --- 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 a5cc2f7..d21a32c 100644 --- a/nest/route.h +++ b/nest/route.h @@ -155,6 +155,7 @@ typedef struct rtattr { } u; } rta; +#define RTS_DUMMY 0 /* Dummy route to be removed soon */ #define RTS_STATIC 1 /* Normal static route */ #define RTS_INHERIT 2 /* Route inherited from kernel */ #define RTS_DEVICE 3 /* Device route */ -- cgit v1.2.3