diff options
author | Maria Matejka <mq@jmq.cz> | 2021-12-01 21:33:38 +0000 |
---|---|---|
committer | Maria Matejka <mq@jmq.cz> | 2021-12-01 21:33:38 +0000 |
commit | 387b279f605c096c6ecb16d6608c700c533edb13 (patch) | |
tree | 9d422ff47aac79fdb6013bfaa596698bc1ba2df9 /nest/route.h | |
parent | 5f94d684d0ae07306002c319d9a2e921b28b13cf (diff) |
Faster prune on table deletion
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 9f09ae3a..afd7a783 100644 --- a/nest/route.h +++ b/nest/route.h @@ -164,6 +164,7 @@ typedef struct rtable_private { int use_count; /* Number of protocols using this table */ u32 rt_count; /* Number of routes in the table */ u32 rr_count; /* Number of running route refresh requests */ + u32 imports_up; /* Number of imports in TIS_UP state */ list imports; /* Registered route importers */ list exports; /* Registered route exporters */ |