]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Use correct parameter order for table lookup up.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 20:35:40 +0000 (16:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 21:47:41 +0000 (17:47 -0400)
commit7505ec52aa05d22c9b87c9ae33424cfd2360124c
tree75f37d34974a3434d3874b98ffaf4afdd4c7bb38
parent82d7d0e28a10448725b16e1f10bc17c359176ed3
zebra: Use correct parameter order for table lookup up.

The import-table code when looking up the table to use
for route-import was reversing the order of the table_id
and vrf_id causing us to never ever lookup a table
and we would cause the `ip|ipv6 import-table X` commands
to be just ignored.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/redistribute.c