diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-12-08 09:05:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 09:05:00 -0500 |
| commit | b64e1733746a2cabb5b25b283407c095fc1c8c3a (patch) | |
| tree | d1ec08584f36686aa19986093d1d06b91687f102 /lib/log.c | |
| parent | 6a684109aea0e8b314340a00d9c353df0b3daab4 (diff) | |
| parent | 581e797e02d91cb1c5a7acfd9b2f8c8feb1cde56 (diff) | |
Merge pull request #7683 from volta-networks/feat_zapi_client_close
zebra: Adding zapi client close notification
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", '?'}; |
