]> git.proxmox.com Git - mirror_frr.git/commit
lib, zebra: Pass up kernel table_id for vrf's
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 17 May 2017 20:20:29 +0000 (16:20 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 2 Jun 2017 17:43:15 +0000 (13:43 -0400)
commit1da29456213a3062206bc7646de169e32e9cc324
tree93b397e9e6b56b23ee2ff429d5e73fafd4a17d71
parentf0683d22277017e5a93798ce88a06fc7927dc326
lib, zebra: Pass up kernel table_id for vrf's

pim controls the vrf table creation for due to the way that
pim must interact with the kernel.  In order to match the
table_id for unicast <-> multicast( not necessary but a
real nice to have ) we need to pass up from zebra the
table_id associated with the vrf.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/vrf.h
lib/zclient.c
zebra/zserv.c