diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-10-06 22:48:49 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-10-06 22:48:49 +0200 |
commit | 32f95476a8d60508ca9d24fe20b09899b72de9d7 (patch) | |
tree | 84c2084a43f5c76e5feff07a3b8cafb521d067f1 /nest/route.h | |
parent | 35c875f0d1eb7c72e0b0ab8a90eb32cbcbfdac02 (diff) |
Signal problems with route installation to kernel tables.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index 641b9248..a4c01548 100644 --- a/nest/route.h +++ b/nest/route.h @@ -321,6 +321,10 @@ typedef struct rta { #define RTD_MULTIPATH 5 /* Multipath route (nexthops != NULL) */ #define RTD_NONE 6 /* Invalid RTD */ + /* Flags for net->n.flags, used by kernel syncer */ +#define KRF_INSTALLED 0x80 /* This route should be installed in the kernel */ +#define KRF_SYNC_ERROR 0x40 /* Error during kernel table synchronization */ + #define RTAF_CACHED 1 /* This is a cached rta */ #define IGP_METRIC_UNKNOWN 0x80000000 /* Default igp_metric used when no other |