diff options
| author | Martin Pels <mpels@ripe.net> | 2023-08-22 13:27:59 +0200 |
|---|---|---|
| committer | Martin Pels <mpels@ripe.net> | 2023-08-22 15:29:07 +0200 |
| commit | 4d96ce1b4d7f45aa3fc792d882040031548cd812 (patch) | |
| tree | 56559ea9eccc54a47b724598f9829e2660330d75 /zebra/rib.h | |
| parent | 451fb24b17cb9272981d3809f755985d9ce52f79 (diff) | |
zebra: Make main routing table (RT_TABLE_MAIN) configurable
Signed-off-by: Martin Pels <mpels@ripe.net>
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 64bbaf3e76..6448bd9944 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -625,6 +625,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" |
