Re: [Ryu-devel] Zebra API

2017-05-08 Thread Iwase Yusuke
Hi Håvard, Oh, Zebra daemon is also running? Ryu's Zebra protocol "server" service will perform as Zebra daemon against the other Quagga daemons (e.g., OSPFd, BGPd). You don't need to start "/usr/lib/quagga/zebra". Say Zebra daemon as "server" and the other Quagga daemons as "client" (which me

Re: [Ryu-devel] Zebra API

2017-05-08 Thread Håvard Magne Fagervoll
Hi Iwase, Thanks for getting back to me. I have tried some of your suggestions, but still doesn't seem to be able to connect to the API. *My config files look like this:* ! OSPF configuration for r3 ! hostname r3 password zebra ! router ospf passive-interface r3-eth0 network 10.0.3.0/24 area 0

Re: [Ryu-devel] Zebra API

2017-05-07 Thread Iwase Yusuke
Hi Håvard, Sorry for the delay. Could you share log messages of your ryu-manager with "--verbose" option? On my environment(Ubuntu 16.04 and Quagga via apt-get), "sample_dumper.py" should work. # /etc/quagga/daemons ...(snip) zebra=no bgpd=no ospfd=yes ...(snip) # /etc/quagga/ospfd.conf (Jus

[Ryu-devel] Zebra API

2017-05-05 Thread Håvard Magne Fagervoll
Hello, I a working with the zebra API and want to connect to an OSPF daemon running on my local machine. I am currently testing with "ryu/services/protocols/zebra/server/sample_dumper.py" and I am trying to edit the "flags.py" file in the root ryu folder to correctly connect to my daemon, but it's