diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 14:59:36 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 09:20:46 -0500 |
| commit | b3d43ff4714742c6e9d3d66501b01a392588e940 (patch) | |
| tree | 25facbcf5e296d470ca555a598a43b936c73cbc1 /zebra/zebra_router.c | |
| parent | cc3d8834450ff459c99662e3f10465ed4ba60223 (diff) | |
zebra: Move rtm_table_default to zrouter
The zrouter should own this particular piece of data.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 3e94d6bca8..1cf73b7b2f 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -206,6 +206,8 @@ void zebra_router_init(void) { zrouter.sequence_num = 0; + zrouter.rtm_table_default = 0; + zebra_vxlan_init(); zebra_mlag_init(); |
