summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorSantosh P K <sapk@vmware.com>2020-01-28 22:50:27 -0800
committerSantosh P K <sapk@vmware.com>2020-01-30 10:25:52 -0800
commitbe7bbe529dcab1e63d8de92527030fb17ea2b620 (patch)
tree9b98b8e06f55cf38f84278c56afc3940e8b9946f /lib/log.c
parent64d50ba4c4dd6d9e6976b7528cbf9abbbaa9056e (diff)
lib: Adding GR capabilites encode and decode.
For Graceful restart clients have to send GR capabilities library functions are added to encode capabilities and also for zebra to decode client capabilities. 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 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index 798b776d00..d7034ce930 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -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", '?'};