diff options
| author | Santosh P K <sapk@vmware.com> | 2020-01-28 22:50:27 -0800 | 
|---|---|---|
| committer | Santosh P K <sapk@vmware.com> | 2020-01-30 10:25:52 -0800 | 
| commit | be7bbe529dcab1e63d8de92527030fb17ea2b620 (patch) | |
| tree | 9b98b8e06f55cf38f84278c56afc3940e8b9946f /lib/log.c | |
| parent | 64d50ba4c4dd6d9e6976b7528cbf9abbbaa9056e (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.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", '?'};  | 
