diff options
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nest/route.h b/nest/route.h index bbe42e11..eaaa5c3f 100644 --- a/nest/route.h +++ b/nest/route.h @@ -348,6 +348,7 @@ struct rt_show_data { struct proto *export_protocol; struct channel *export_channel; struct config *running_on_config; + struct krt_proto *kernel; int export_mode, primary_only, filtered, stats, show_for; int table_open; /* Iteration (fit) is open */ @@ -452,9 +453,6 @@ typedef struct rta { #define RTD_PROHIBIT 4 /* Administratively prohibited */ #define RTD_MAX 5 - /* Flags for net->n.flags, used by kernel syncer */ -#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 |