From 26822d8fe1376b2ffd902a3b5caa47f81a88e74e Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 4 Jul 2012 21:31:03 +0200 Subject: Finalize RA_ACCEPTED handling. --- 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 59daf803..524e69b3 100644 --- a/nest/route.h +++ b/nest/route.h @@ -121,6 +121,7 @@ struct rtable_config { struct proto_config *krt_attached; /* Kernel syncer attached to this table */ int gc_max_ops; /* Maximum number of operations before GC is run */ int gc_min_time; /* Minimum time between two consecutive GC runs */ + byte sorted; /* Routes of network are sorted according to rte_better() */ }; typedef struct rtable { -- cgit v1.2.3