summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2023-02-14 17:19:07 +0100
committerGitHub <noreply@github.com>2023-02-14 17:19:07 +0100
commita836a6cf8ce18c0b3a7e42676f100be353c1bec4 (patch)
treefbf1be25e3a1fe7048ce1cc666c65f36491b24ac /zebra/rib.h
parentbb7f02328f849f430d55eb6a846d25e5a28fd1e5 (diff)
parent8b6a9cca676fe9c22d2a51f0b830ca2115528800 (diff)
Merge pull request #12789 from donaldsharp/version_cleanup
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index 166500fa5c..8a3b3e657f 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -625,6 +625,9 @@ extern pid_t pid;
extern bool v6_rr_semantics;
+/* Name of hook calls */
+#define ZEBRA_ON_RIB_PROCESS_HOOK_CALL "on_rib_process_dplane_results"
+
#ifdef __cplusplus
}
#endif