summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorCarmine Scarpitta <cscarpit@cisco.com>2024-05-06 17:53:18 +0200
committerCarmine Scarpitta <cscarpit@cisco.com>2024-06-13 14:54:16 +0200
commitb90cb00974ef84beff603fb0e91a7a38b3a1b6a4 (patch)
treeebd6187bca1391904f92d351df3cc6f2805e309b /lib/log.c
parent84dd482cb929d522cf12c91c2e7ec1faead848ea (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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index fa8a8734a4..880180ae5a 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -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