summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-04 10:57:29 -0500
committerGitHub <noreply@github.com>2020-02-04 10:57:29 -0500
commita6bb6a1fe906cba30b6815a64577fa64964d61ab (patch)
treea593deae119bbd23f1aa159513301aa9b0f450f1 /zebra/zebra_router.h
parent05d0c66d8faa313038475c3c50624313a4c9361e (diff)
parentb9e6727acd3b86a196d8bedc06e61b0b3ba8c47b (diff)
Merge pull request #5207 from Spantik/ZERBA_GR
Zebra: Adding GR infrastructure for clients.
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index d8ad8a6864..59bd0e55f0 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -117,6 +117,9 @@ struct zebra_router {
/* Lists of clients who have connected to us */
struct list *client_list;
+ /* List of clients in GR */
+ struct list *stale_client_list;
+
struct zebra_router_table_head tables;
/* L3-VNI hash table (for EVPN). Only in default instance */