Re: Bird can't add static route.

2021-01-13 Thread Ondrej Zajicek
On Wed, Aug 19, 2020 at 06:10:18PM +0300, Mikhail Petrov wrote: >Hello! >  >I have a problem with bird, static routes and multipath. >My bird config is https://pastebin.com/gLkFP6rK >And all work well. >#ip ro sh >10.0.0.0/8 proto bird src 10.8.49.68 >        nexthop

Re: Bird can't add static route.

2020-08-19 Thread Petrov Mikhail
Yes, it works. # ip ro add 10.8.8.8/32 src 10.8.49.68 nexthop via 10.28.133.65 dev enp96s0f0.52 weight 1 realm nohbf nexthop via 10.28.133.129 dev enp96s0f1.55 weight 1 realm nohbf # ip ro sh 8.8.8.8/32 8.8.8.8 src 10.8.49.68 nexthop via 10.28.133.65 realm nohbf dev enp96s0f0.52 weight 1

Re: Bird can't add static route.

2020-08-19 Thread Maria Matějka
Hello! Just to be sure, does it work via iptools command, like ip route add…? Thanks Maria On August 19, 2020 5:10:18 PM GMT+02:00, Mikhail Petrov wrote: >Hello! > > > >I have a problem with bird, static routes and multipath. > >My bird config is https://pastebin.com/gLkFP6rK > >And all work we

Bird can't add static route.

2020-08-19 Thread Mikhail Petrov
Hello! I have a problem with bird, static routes and multipath.My bird config is https://pastebin.com/gLkFP6rKAnd all work well.#ip ro sh10.0.0.0/8 proto bird src 10.8.49.68        nexthop via 10.28.133.65 dev enp96s0f0.52 weight 1        nexthop via 10.28.133.129 dev enp96s0f1.55 weight 1...Then I