diff options
| author | Karen Schoener <karen@voltanet.io> | 2020-12-07 18:01:01 -0500 |
|---|---|---|
| committer | Karen Schoener <karen@volta.io> | 2020-12-07 18:22:36 -0500 |
| commit | 581e797e02d91cb1c5a7acfd9b2f8c8feb1cde56 (patch) | |
| tree | d1ec08584f36686aa19986093d1d06b91687f102 /lib/log.c | |
| parent | 6a684109aea0e8b314340a00d9c353df0b3daab4 (diff) | |
zebra: Adding zapi client close notification
When zebra detects a client close, send a zapi client close
notification.
Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -456,7 +456,8 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY(ZEBRA_NHG_ADD), DESC_ENTRY(ZEBRA_NHG_DEL), DESC_ENTRY(ZEBRA_NHG_NOTIFY_OWNER), - DESC_ENTRY(ZEBRA_ROUTE_NOTIFY_REQUEST)}; + DESC_ENTRY(ZEBRA_ROUTE_NOTIFY_REQUEST), + DESC_ENTRY(ZEBRA_CLIENT_CLOSE_NOTIFY)}; #undef DESC_ENTRY static const struct zebra_desc_table unknown = {0, "unknown", '?'}; |
