]> git.ipfire.org Git - thirdparty/bird.git/commit
Route update: move table lookup from protocols into rte_update2().
authorJan Moskyto Matejka <mq@ucw.cz>
Fri, 8 Apr 2016 11:08:03 +0000 (13:08 +0200)
committerJan Moskyto Matejka <mq@ucw.cz>
Fri, 8 Apr 2016 11:09:06 +0000 (13:09 +0200)
commit2003a1840731bd57365876e48c96c5a1ea0348cb
treec473a93f4027ea2706ccac3502ccef36736fbb6d
parent4bdf1881dc6230b742d7efcaad8eeac4ed25f445
Route update: move table lookup from protocols into rte_update2().

Many protocols do almost the same when creating a rte_update request
before calling rte_update2(). This commit should simplify the protocol
side of the route-creation routine.
nest/protocol.h
nest/route.h
nest/rt-dev.c
nest/rt-table.c
proto/ospf/rt.c
proto/pipe/pipe.c
proto/rip/rip.c
proto/static/static.c
sysdep/unix/krt.c