diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-04 10:57:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 10:57:29 -0500 |
| commit | a6bb6a1fe906cba30b6815a64577fa64964d61ab (patch) | |
| tree | a593deae119bbd23f1aa159513301aa9b0f450f1 /lib/log.c | |
| parent | 05d0c66d8faa313038475c3c50624313a4c9361e (diff) | |
| parent | b9e6727acd3b86a196d8bedc06e61b0b3ba8c47b (diff) | |
Merge pull request #5207 from Spantik/ZERBA_GR
Zebra: Adding GR infrastructure for clients.
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1094,7 +1094,7 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY(ZEBRA_VXLAN_SG_DEL), DESC_ENTRY(ZEBRA_VXLAN_SG_REPLAY), DESC_ENTRY(ZEBRA_ERROR), -}; + DESC_ENTRY(ZEBRA_CLIENT_CAPABILITIES)}; #undef DESC_ENTRY static const struct zebra_desc_table unknown = {0, "unknown", '?'}; |
