summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-08-18 20:31:56 +0800
committerDonald Lee <dlqs@gmx.com>2021-10-20 00:56:00 +0800
commit1247efcce494cc5c4c3bcd5d67b7b2f018d48fb5 (patch)
treedbee27421e172461412930aca29096b8961b729d /lib/zebra.h
parent4f7e32bafee78efe0da315a433e7ca75922fa2f0 (diff)
zebra: Add dplane hook point
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 6a02dcb922..c9794352c7 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -383,6 +383,9 @@ typedef uint32_t route_tag_t;
#define ROUTE_TAG_MAX UINT32_MAX
#define ROUTE_TAG_PRI PRIu32
+/* Name of hook calls */
+#define ZEBRA_ON_RIB_PROCESS_HOOK_CALL "on_rib_process_dplane_results"
+
#ifdef __cplusplus
}
#endif