From be7bbe529dcab1e63d8de92527030fb17ea2b620 Mon Sep 17 00:00:00 2001 From: Santosh P K Date: Tue, 28 Jan 2020 22:50:27 -0800 Subject: 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 Co-authored-by: Soman K S Signed-off-by: Santosh P K --- lib/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/log.c') 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", '?'}; -- cgit v1.2.3