diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-11-03 16:58:42 +0000 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-06 08:42:30 -0500 |
| commit | 7fe9333dd7e963dd6c96e1dac1dbbc4271ad693f (patch) | |
| tree | a3b56299d230e8aab834fb901c265adf38e0edcf /zebra/rib.h | |
| parent | 4e996e98ecca5bc92ef133ca243fcd621d7d235a (diff) | |
zebra: Move v6_rr_semantics to be part of zrouter structure
Move global variable v6_rr_semantics from a global data structure
into the zrouter data structure.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index e70b5c1423..665f286f67 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -627,8 +627,6 @@ extern void zebra_vty_init(void); extern pid_t pid; -extern bool v6_rr_semantics; - extern uint32_t rt_table_main_id; /* Name of hook calls */ |
