diff options
| author | Santosh P K <sapk@vmware.com> | 2020-01-09 09:53:27 -0800 |
|---|---|---|
| committer | Santosh P K <sapk@vmware.com> | 2020-01-31 03:36:37 -0800 |
| commit | b9e6727acd3b86a196d8bedc06e61b0b3ba8c47b (patch) | |
| tree | b3191ec08a0878dbf57c8857605fa8b87a536a8e /zebra/zapi_msg.c | |
| parent | 851140a7bb5a978d4ef59ffa532c99767004a0b8 (diff) | |
zebra: Capabality and stale route handling for GR client.
Handling capability received from client. It may contain
GR enable/disable, Stale time changes, RIB update complete
for given AFi, ASAFI and instance. It also has changes for
stale route handling.
Signed-off-by: Santosh P K <sapk@vmware.com>
Diffstat (limited to 'zebra/zapi_msg.c')
| -rw-r--r-- | zebra/zapi_msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c index 72629318e2..3f52a9def3 100644 --- a/zebra/zapi_msg.c +++ b/zebra/zapi_msg.c @@ -2668,6 +2668,7 @@ void (*const zserv_handlers[])(ZAPI_HANDLER_ARGS) = { [ZEBRA_MLAG_CLIENT_REGISTER] = zebra_mlag_client_register, [ZEBRA_MLAG_CLIENT_UNREGISTER] = zebra_mlag_client_unregister, [ZEBRA_MLAG_FORWARD_MSG] = zebra_mlag_forward_client_msg, + [ZEBRA_CLIENT_CAPABILITIES] = zread_client_capabilities }; #if defined(HANDLE_ZAPI_FUZZING) |
