Re: [Ryu-devel] Topology Discover

2015-01-29 Thread Wei-Li Tang
Hello, Most packets you received (Destination MAC=01:80:c2:00:00:0e) are LLDP packets which is used for link discovery. Packets with Destination MAC prefix: 33:33:xx:xx:xx:xx are IPv6 multicast packets, generated by hosts in your mininet. This is okay for your lab and you can just ignore it. 201

[Ryu-devel] Topology Discover

2015-01-29 Thread Xuchenhui
Hi, I try to write function to get topology info in simple_switch.py,but I receive a lot of packet in messages when I start ryu controller. If I run "ryu-manager simple_switch.py ",the controller is run normally,but I can't discover link info.And if run "ryu-manager --observe-links simple_sw

Re: [Ryu-devel] Apply-Actions instruction with the rest api

2015-01-29 Thread Wei-Li Tang
Hello, 2015-01-30 1:49 GMT+08:00 Clément Rault : > Hi, > > On 29 January 2015 at 03:51, Yusuke Iwase wrote: > > Hi Clément, > > > > In ofctl_rest.py, fields vlan_vid and dl_vlan are the same. > > > > Match field for VLAN ID is described as "dl_vlan" in OpenFlow Spec 1.0. > > On the other hand, I

Re: [Ryu-devel] [PATCH] ryu-manager: add --enable-debugger option

2015-01-29 Thread FUJITA Tomonori
On Tue, 27 Jan 2015 14:54:05 +0900 Satoshi Kobayashi wrote: > From: Satoshi Kobayashi > > Eventlet's monkey patch overwrite Python standard threading library by > default. It affects to Python debugger working. This will be often an issue > for the user of Python debugger. Therefore, it's nec

Re: [Ryu-devel] Apply-Actions instruction with the rest api

2015-01-29 Thread Clément Rault
Hi, On 29 January 2015 at 03:51, Yusuke Iwase wrote: > Hi Clément, > > In ofctl_rest.py, fields vlan_vid and dl_vlan are the same. > > Match field for VLAN ID is described as "dl_vlan" in OpenFlow Spec 1.0. > On the other hand, In Spec 1.2+, this field is described as "vlan_vid". > ofctl_rest.py