]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nexthop.c
bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api
authorChristian Franke <chris@opensourcerouting.org>
Sat, 25 May 2013 14:01:35 +0000 (14:01 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 6 Aug 2013 10:41:46 +0000 (12:41 +0200)
commitbb97e4622ed6f48e2b8e07f1f94edd03162223a1
tree5729ccb02f1de89d4d9bbe5b537de45803d1cf55
parent5b9f51828db732d56053500b1d257797f7f3401b
bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api

Since commit ba281d3d040, ospfd uses NEXTHOP_IPV4_IFINDEX
routes. The API between zebra and bgpd which is used to query
nexthops for recursive routes did not support this nexthop
type and therefore, ospf changes (or any other IGP changes
which use NEXTHOP_IPV4_IFINDEX) would never trigger any
recursive route update.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_nexthop.c
zebra/zserv.c