]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Make v4 and v6 code paths for rib_XXX calls in kernel_socket the same 3467/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 12 Dec 2018 15:18:13 +0000 (10:18 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 12 Dec 2018 16:54:12 +0000 (11:54 -0500)
commit026745a258a98f40413fcaa1706dacbb3d89ed45
tree66bad9703906ab90f0e35ddae44f8c84e89e8159
parentc626d369fd42345a11f9b4ec8382b1e887495508
zebra: Make v4 and v6 code paths for rib_XXX calls in kernel_socket the same

Make the v4 and v6 code paths for rib_XXX calls in kernel_socket
as similiar as we can possibly make them.  There is no need
for code duplication at this point in time.

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