diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-08-25 17:33:52 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-25 17:33:52 -0400 | 
| commit | 4d22b41321944143096320069e181589896632ef (patch) | |
| tree | a8b64551b16f89a2bff0236fb1b6e6261eec1127 /zebra/rib.h | |
| parent | 834463a41245e49ead35ddc6e652e790c2cc7dce (diff) | |
| parent | 4d96ce1b4d7f45aa3fc792d882040031548cd812 (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.h | 2 | 
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"  | 
