Re: [Ryu-devel] dl_vlan not matched

2017-06-22 Thread Fujimoto Satoshi
Hi, Tahereh Please keep our mailing list. :) Sorry, I couldn't run your app "BackupRules.py" well. I got the following error, and no group was installed to switches. OpenFlowBackupRules: Exception occurred during handler processing. Backtrace from offending handler [packet_in_handler] servicing

Re: [Ryu-devel] dl_vlan not matched

2017-06-20 Thread Fujimoto Satoshi
Hi, Tahereh Umm, that sounds strange for me... Could you give me the source code of your app? If so, I try to reproduce your situation and find out what is going wrong. Thanks, Fujimoto On 2017年06月20日 14:16, Tahereh Yaghoubi wrote: ​Hi, Satoshi Packet destination is not changed and I can see

Re: [Ryu-devel] dl_vlan not matched

2017-06-19 Thread Tahereh Yaghoubi
​Hi, Satoshi Packet destination is not changed and I can see it in the wireshark. The packet in the first node is matched with this rule: flow entry: cookie=0x0, duration=10.280s, table=0, n_packets=0, n_bytes=0, vlan_tci=0x1000/0x1000,dl_dst=10:00:00:00:00:02 actions=group:6 group entry: gr

Re: [Ryu-devel] dl_vlan not matched

2017-06-19 Thread Fujimoto Satoshi
Hi, Tahereh I capture the input port of next node in wireshark, vlan_id is correct, but the packet is dropped! Could you check 'dl_dst' in the packet, too? The rule you installed seems to have two match fields, 'dl_vlan' and 'dl_dst': cookie=0x0, duration=1447.496s, table=0, n_packets=0, n_

[Ryu-devel] dl_vlan not matched

2017-06-19 Thread Tahereh Yaghoubi
Hi, I'm trying to implement a Ryu app that calculates main and backup paths and save their rules in flow & group tables. in my code I need to use vlan_id for tagging packets in group table actions like this: group_id=6,type=ff,bucket=weight:0,watch_port:2,actions=output:2,bucket=weight:0,watch_po