diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-11 13:52:30 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-12 14:46:24 +0100 |
commit | 67d8665af58a14bdc26963f8910e738886edb373 (patch) | |
tree | 037ad6d38c802706ba79ef19b960e44779f3e7ed /nest/route.h | |
parent | 682d3f7de0905ca2e853844734cce7ff65f7d77d (diff) |
Nest: Update statistics and rx-limit for Adj-RIB-In
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index 7a683f9e..93afae57 100644 --- a/nest/route.h +++ b/nest/route.h @@ -151,6 +151,7 @@ typedef struct rtable { uint addr_type; /* Type of address data stored in table (NET_*) */ int pipe_busy; /* Pipe loop detection */ int use_count; /* Number of protocols using this table */ + u32 rt_count; /* Number of routes in the table */ struct hostcache *hostcache; struct rtable_config *config; /* Configuration of this table */ struct config *deleted; /* Table doesn't exist in current configuration, |