diff options
author | Santosh P K <sapk@vmware.com> | 2020-01-09 17:39:50 +0100 |
---|---|---|
committer | Santosh P K <sapk@vmware.com> | 2020-01-30 19:26:04 +0100 |
commit | 851140a7bb5a978d4ef59ffa532c99767004a0b8 (patch) | |
tree | 89cd4f2c679c39d02c7a53217408712f9687d879 /zebra/subdir.am | |
parent | zebra: Header file changes and show commands. (diff) | |
download | frr-851140a7bb5a978d4ef59ffa532c99767004a0b8.tar.xz frr-851140a7bb5a978d4ef59ffa532c99767004a0b8.zip |
zebra: Handling of connection disconnect and connect with GR.
Zebra will have special handling for clients with GR enabled.
When client disconnects with GR enabled, then a stale client
will be created and its RIB will be retained till stale timer
or client comes up and updated its RIB.
Co-authored-by: Santosh P K <sapk@vmware.com>
Co-authored-by: Soman K S <somanks@vmware.com>
Signed-off-by: Santosh P K <sapk@vmware.com>
Diffstat (limited to 'zebra/subdir.am')
-rw-r--r-- | zebra/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am index 77ed5a6ca..1d49de541 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -17,6 +17,7 @@ vtysh_scan += \ $(top_srcdir)/zebra/zebra_routemap.c \ $(top_srcdir)/zebra/zebra_vty.c \ $(top_srcdir)/zebra/zserv.c \ + $(top_srcdir)/zebra/zebra_gr.c \ # end # can be loaded as DSO - always include for vtysh @@ -101,6 +102,7 @@ zebra_zebra_SOURCES = \ zebra/table_manager.c \ zebra/zapi_msg.c \ zebra/zebra_errors.c \ + zebra/zebra_gr.c \ # end zebra/debug_clippy.c: $(CLIPPY_DEPS) |