]> git.ipfire.org Git - thirdparty/bird.git/commit
Implements hostcache and recursive next hops.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 5 Jul 2010 15:50:19 +0000 (17:50 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 5 Jul 2010 15:50:19 +0000 (17:50 +0200)
commitcfe34a316e35a209fcd814ccf3523c262e8d4b0a
tree29046cfeb797ade6a3c879b5d58f93cd414ab14d
parent824de84d48eff6cbd0c550309fbd0bbf7740cb14
Implements hostcache and recursive next hops.

Hostcache is a structure for monitoring changes in a routing table that
is used for routes with dynamic/recursive next hops. This is needed for
proper iBGP next hop handling.
14 files changed:
nest/proto.c
nest/protocol.h
nest/route.h
nest/rt-attr.c
nest/rt-table.c
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/bgp/packets.c
proto/pipe/pipe.c
sysdep/bsd/krt-sock.c
sysdep/linux/krt-scan.c
sysdep/linux/netlink/netlink.c