summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-08-25 17:33:52 -0400
committerGitHub <noreply@github.com>2023-08-25 17:33:52 -0400
commit4d22b41321944143096320069e181589896632ef (patch)
treea8b64551b16f89a2bff0236fb1b6e6261eec1127 /zebra/rib.h
parent834463a41245e49ead35ddc6e652e790c2cc7dce (diff)
parent4d96ce1b4d7f45aa3fc792d882040031548cd812 (diff)
Merge pull request #14256 from rodecker/rt-table-id
zebra: Make main routing table (RT_TABLE_MAIN) configurable
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index ee36cb78a9..e20084f8cf 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -629,6 +629,8 @@ extern pid_t pid;
extern bool v6_rr_semantics;
+extern uint32_t rt_table_main_id;
+
/* Name of hook calls */
#define ZEBRA_ON_RIB_PROCESS_HOOK_CALL "on_rib_process_dplane_results"