diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-04 15:59:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 15:59:51 -0400 |
| commit | 7dee45ef80d6d659815258b71c16c0ea39cd7f8b (patch) | |
| tree | ed9f87a73f8ea0f50cc9e6a91ea7fdaf529b9e7a /zebra/zebra_router.c | |
| parent | aaf0d79655a612e5734970d16a9d7b4480edaf3e (diff) | |
| parent | a7449876affaf475a458500d0bf407c40a6a56f4 (diff) | |
Merge pull request #6698 from deastoe/fpm-netlink-fixes
zebra: always set kernel table ID in FPM netlink
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 61fef8779f..66f2924555 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -133,6 +133,7 @@ struct route_table *zebra_router_get_table(struct zebra_vrf *zvrf, info->zvrf = zvrf; info->afi = afi; info->safi = safi; + info->table_id = tableid; route_table_set_info(zrt->table, info); zrt->table->cleanup = zebra_rtable_node_cleanup; |
