diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-05-06 17:53:18 +0200 | 
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-06-13 14:54:16 +0200 | 
| commit | b90cb00974ef84beff603fb0e91a7a38b3a1b6a4 (patch) | |
| tree | ebd6187bca1391904f92d351df3cc6f2805e309b /lib/log.c | |
| parent | 84dd482cb929d522cf12c91c2e7ec1faead848ea (diff) | |
lib: Add ZAPI command `ZEBRA_SRV6_SID_NOTIFY`
Add a new ZAPI command `ZEBRA_SRV6_SID_NOTIFY` used by zebra to send
asynchronous SRv6 SIDs notifications to zclients.
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -464,7 +464,8 @@ static const struct zebra_desc_table command_types[] = {  	DESC_ENTRY(ZEBRA_TC_CLASS_DELETE),  	DESC_ENTRY(ZEBRA_TC_FILTER_ADD),  	DESC_ENTRY(ZEBRA_TC_FILTER_DELETE), -	DESC_ENTRY(ZEBRA_OPAQUE_NOTIFY) +	DESC_ENTRY(ZEBRA_OPAQUE_NOTIFY), +	DESC_ENTRY(ZEBRA_SRV6_SID_NOTIFY)  };  #undef DESC_ENTRY  | 
