]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.h
lib, zebra: Allow zapi to send down the tableid
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Feb 2018 23:38:02 +0000 (18:38 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Mar 2018 16:07:41 +0000 (11:07 -0500)
commitba1849ef8c8560cff44008e06c5668b8261b033e
tree8e3026eb1b4373a3fe6befd9de9a44c410bbc660
parente208c8f94392286aaf77c6d8f2a8b4d22fa3f1d7
lib, zebra: Allow zapi to send down the tableid

Allow the calling daemon to pass down what table-id we
want to use to install the route.  Useful for PBR.

The vrf id passed must be the VRF_DEFAULT else this
value is ignored.

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