diff options
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 1ce00f1..577142a 100644 --- a/nest/route.h +++ b/nest/route.h @@ -109,6 +109,7 @@ struct rtable_config { node n; char *name; struct rtable *table; + struct proto_config *krt_attached; /* Kernel syncer attached to this table */ }; typedef struct rtable { |