On Thu, 7 Apr 2016 10:53:30 +0300
Igor Ryzhov <[email protected]> wrote:

 > I see that both times zebra is trying to add nexthop 192.168.0.1.

is this with the patch applied or not?

I was able to reproduce the problem, but the patch fixed it for me.

Patch applied, I see is on vtysh:
# show ip route 
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, P - PIM, A - Babel,
       > - selected route, * - FIB route

K>* 0.0.0.0/0 via 10.252.5.129, eth0, src 10.252.5.192
S>* 10.0.0.0/24 [1/0] via 10.252.5.130, eth0
  *                   via 10.252.5.131, eth0
C>* 10.252.5.128/25 is directly connected, eth0
C>* 127.0.0.0/8 is directly connected, lo

And from command line "ip route":

10.0.0.0/24  proto zebra  metric 20 
        nexthop via 10.252.5.130  dev eth0 weight 1
        nexthop via 10.252.5.131  dev eth0 weight 1

Could you also try that if after adding the static routes, writing
config to disk, and restarting the zebra daemon it acts differently?

Thanks,
Timo

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to