]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: always set kernel table ID in FPM netlink
authorDuncan Eastoe <duncan.eastoe@att.com>
Thu, 8 Nov 2018 16:43:02 +0000 (16:43 +0000)
committerDuncan Eastoe <duncan.eastoe@att.com>
Wed, 8 Jul 2020 13:42:13 +0000 (14:42 +0100)
commita7449876affaf475a458500d0bf407c40a6a56f4
treee6806668c36f1de70484f044d0f0d32b01f1fc22
parentb62983cf98eb07350cd1120c3b0f32cf223d93f0
zebra: always set kernel table ID in FPM netlink

Ensure that rtm_table is populated with the kernel table ID.
Otherwise routes intended for a non-main table appear to the FPM
server as though they should be installed in the main table.

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