diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index 244b8c37a0..155841cc9e 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -48,6 +48,9 @@ struct zebra_router { /* Thread master */ struct thread_master *master; + /* Lists of clients who have connected to us */ + struct list *client_list; + struct zebra_router_table_head tables; /* L3-VNI hash table (for EVPN). Only in default instance */ |
