]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Be consistent in how we call rib_add( and rib_delete( with tableid
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 6 May 2019 14:41:40 +0000 (10:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 6 May 2019 17:42:23 +0000 (13:42 -0400)
commit56e7825479d12a9a9cf5e108c02432ea17e5b236
tree281733b5c72256ca0e017b1d1dc8100297ef7ba8
parentb1ad7351a51a921b2a4424550268bbf1d4238f24
zebra: Be consistent in how we call rib_add( and rib_delete( with tableid

The rib_add( and rib_delete( functions are there to allow
kernel interactions with the creation of routes.  Fixup the
code to be consistent in the passup of the tableid.

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