--
You received this message because you are subscribed to a topic in the Google Groups "RouteFlow" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/routeflow-discuss/NSnJYNGn-wI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to routeflow-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-> Starting the controller and RFPRoxy...
.............Error parsing multitabledps list ''. Ignored.
rfserver INFO List of fastpath attachments: []
rfserver INFO Fastpath is disabled
rfserver INFO Registering client port as idle (vm_id=0x2a0a0a0a0a0, vm_port=1, eth_addr=02:a1:a1:a1:a1:a1)
rfserver INFO Registering client port as idle (vm_id=0x2a0a0a0a0a0, vm_port=2, eth_addr=02:a2:a2:a2:a2:a2)
rfserver INFO Registering client port as idle (vm_id=0x2a0a0a0a0a0, vm_port=3, eth_addr=02:a3:a3:a3:a3:a3)
rfserver INFO Registering client port as idle (vm_id=0x2a0a0a0a0a0, vm_port=4, eth_addr=02:a4:a4:a4:a4:a4)
...loading app ryu-rfproxy/rfproxy.py
loading app ryu.controller.ofp_handler
instantiating app None of Switches
creating context switches
instantiating app ryu-rfproxy/rfproxy.py of RFProxy
May 21 19:55:31 ryu.app.rfproxy INFO RFProxy running.
instantiating app ryu.controller.ofp_handler of OFPHandler
-> Starting the control plane network (dp0 VS)...
unsupported version 0x1. If possible, set the switch to use one of the versions [4]
unsupported version 0x1. If possible, set the switch to use one of the versions [4]
unsupported version 0x1. If possible, set the switch to use one of the versions [4]
unsupported version 0x1. If possible, set the switch to use one of the versions [4]
unsupported version 0x1. If possible, set the switch to use one of the versions [4]
/usr/local/lib/python2.7/dist-packages/ryu/topology/switches.py:550: UserWarning: Datapath#ports is kept for compatibility with the previous openflow versions (< 1.3). This is not updated by the EventOFPPortStatus message. If you want to be updated, you should use 'ryu.controller.dpset' or 'ryu.topology.switches'.
for port in dp.ports.values():
/home/tgf/RouteFlow/ryu-rfproxy/rfproxy.py:169: UserWarning: Datapath#ports is kept for compatibility with the previous openflow versions (< 1.3). This is not updated by the EventOFPPortStatus message. If you want to be updated, you should use 'ryu.controller.dpset' or 'ryu.topology.switches'.
sudo ovs-vsctl set bridge switchname protocols=OpenFlow13 (replace switchname with the bridge name)(in my case s5,s6,s7,s8)
5. Now you an run pingall on the mininet machine.
If someone know a better way to do the same (modifying configuration files or similar), I will appreciate the help.
I'm using a 64bit Ubuntu 14.04. The unmapped messages also appears in my case. I think that's normal. The flow messages with actions appears when I run the mininet topology, not earlier.
The Ryu branch I have is the one is cloned by the RouteFlow build script (I think is vandervecken).
To run mininet I modified the command to specify that the OF protocol I want to use is 1.3. To do this add to the command provided this line:
--switch ovs,protocols=OpenFlow13
I hope that helped you ;)
hosts can not ping each other yet. Which detail do I miss ? I will be appreciate if you can help me!
best regards!
Hello,
--
sudo apt-get install build-essential git libboost-dev \
libboost-program-options-dev libboost-thread-dev \
libboost-filesystem-dev iproute-dev openvswitch-switch \
mongodb python-pymongo
I installed ryu2.0 before,it doesn't work. Then I pip install ryu and version for ryu is 4.2. It also doesn't work.