]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: entries can be pushed in tables, under vrf netns backend
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 9 Jul 2019 09:09:19 +0000 (11:09 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 10 Oct 2019 14:06:51 +0000 (16:06 +0200)
commit60ca3cc27d6d61e7a5a7921d00ed76ca42d44bd7
tree68f3b3e301a519aa8fac267d4002e14cb43270d7
parent1276ce38331b2cc190bd67392b07685d1d35d1ff
zebra: entries can be pushed in tables, under vrf netns backend

initially, vrf backend if vrf-lite, and a specific table identifier is
associated to a vrf. here, with netns vrf backend, there is no specific
table assigned to except default routing table. use the passed table_id
parameter in zapi api, and apply it to the entry to be pushed in, or to
be removed.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/zapi_msg.c