Re: Recursive nexthop via kernel route in proto static not working

2023-06-27 Thread Maria Matejka via Bird-users
Hello Daniel, this looks fishy. I tried a trivial config like this on my laptop as follows and it works. Could you please disclose the full table? There are some details in the recursive nexthop resolution algorithm (preventing infinite resolution loops) which may apply to your case. BTW, is

Re: Recursive nexthop via kernel route in proto static not working

2023-06-27 Thread Daniel Gröber
Hi Alexander, On Tue, Jun 27, 2023 at 04:48:46PM +0200, Alexander Zubkov wrote: > Not sure, but I would guess it can be related to the local address. It > might try to pick the first interface with such network. > Could you try your setup with some route that has the nexthop from a > unique subne

Re: Recursive nexthop via kernel route in proto static not working

2023-06-27 Thread Alexander Zubkov via Bird-users
Also try to enable debugging. It might log something about why it cannot resolve the recursive route. On Tue, Jun 27, 2023 at 4:48 PM Alexander Zubkov wrote: > > Hi, > > Not sure, but I would guess it can be related to the local address. It > might try to pick the first interface with such networ

Re: Recursive nexthop via kernel route in proto static not working

2023-06-27 Thread Alexander Zubkov via Bird-users
Hi, Not sure, but I would guess it can be related to the local address. It might try to pick the first interface with such network. Could you try your setup with some route that has the nexthop from a unique subnet configured on the interface? At least to check if it will become reachable or not.

Recursive nexthop via kernel route in proto static not working

2023-06-27 Thread Daniel Gröber
Hi, I'm trying to configure a static route that uses the system's default router. The default router is out of my control and is announced via IPv6 RA. Since the MAC might not be stable I'd prefer not to hardcode the router's link-local address. So I tried: protocol static static_export_kerne