]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: remove unused netlink_route()/kernel_rtm_ipv6()
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 07:57:49 +0000 (08:57 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Jun 2016 13:16:21 +0000 (09:16 -0400)
commit908d1631b687c1fe2ba57ce1aff3888a2a3e5ffe
treec870bbb178447ed128a58244bef7908d4cc98104
parent1bc3a9de3ee89d325ef44013554844c491f15f30
zebra: remove unused netlink_route()/kernel_rtm_ipv6()

kernel_delete_ipv6_old(), removed in 51bdeba a little while ago, was the
last user of netlink_route() and kernel_rtm_ipv6().  Everything else
uses the _multipath variants of these functions.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 872b0dc0537b62503d98bafd3075553795c847cb)
zebra/rt_socket.c