]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Add table_id to rib_table_info_t
authorDuncan Eastoe <duncan.eastoe@att.com>
Tue, 13 Nov 2018 15:26:21 +0000 (15:26 +0000)
committerDuncan Eastoe <duncan.eastoe@att.com>
Wed, 8 Jul 2020 11:52:13 +0000 (12:52 +0100)
commitb62983cf98eb07350cd1120c3b0f32cf223d93f0
treec26739d7d19f28d65913a87127c2c6ba7586ee5f
parentc4c333065294bdb3bcd17a1c2d302cee6798d9bb
zebra: Add table_id to rib_table_info_t

When given a route_table this allows the corresponding kernel table
ID to be determined. The table_id value is set upon table creation
to the table_id of the VRF, unless the table was created with a
specific ID.

Signed-off-by: Duncan Eastoe <duncan.eastoe@att.com>
zebra/rib.h
zebra/zebra_router.c