[Ryu-devel] Links Discovery

2015-02-27 Thread Chandra Satriana
Hello, I am trying to get the topology of a network, composed of a user space switch (https://github.com/CPqD/ofsoftswitch13), mininet (version 2.1.0), and ryu controller. To get the topology I run the rest_topology.py, like so: ~/ryu/ryu/app$ ryu-manager --verbose --observe-links rest_topology.py

Re: [Ryu-devel] Enabling BFD from the Controller

2015-02-27 Thread Padma Jayasankar
Hi, I want to set more than one bfd parameters from the controller. ie) i have to execute the following command sudo ovs-vsctl set interface s6-eth1 bfd:enable=true bfd:min_rx=100 bfd:min_tx=100 if i use cmd = ovs_vsctl.VSCtlCommand('set', ('Interface', 'eth2', 'bfd=enable=true', 'bfd=min_tx=10

Re: [Ryu-devel] Problem with group table entry?

2015-02-27 Thread Clément Rault
Hi, Thanks for your answer. Yes I get the same error message (that's why I mean by syntax error, sorry if it wasn't clear...). And I'm almost sure that it comes from this line: {"type": "POP_VLAN" } but I'm surprised because it's what is written in the documentation (http://ryu.readthedocs.org/e

[Ryu-devel] OoS Queue configuration with ryu

2015-02-27 Thread Hakan Calim
Hi all, I didn't found a way in ryu to setup port queues. I sin ryu a way to do this? If yes how? Thanks! Best regards, Hakan -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel a