Re: [Ryu-devel] SimpleSwitch13 using any topology with more than one switch

2016-03-08 Thread Shinpei Muraoka
Hi, > i get a flood os packet in messages in > an infinite loop. I don’t think this should be happening, anybody has > any idea of what it could be? > packet in 1 02:ce:3a:9e:d3:46 01:80:c2:00:00:0e 2 > packet in 2 b2:89:f7:cf:99:1d 01:80:c2:00:00:0e 2 > packet in 1 02:ce:3a:9e:d3:46 01:80

[Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-08 Thread Talal Al
Dear All, I've installed rules on the Openflow switch(v 1.3) to set fields, and I've not faced any problem until I tried to set icmpv6_type, icmp6_code, I got "error msg ev version: 0x4 msg_type 0x1 xid 0x250d815d OFPErrorMsg(code=15,data='\x04\x0e\x00\xc8%\r\x81]\x00\x00\x00\x00\x00...". Whe

[Ryu-devel] [PATCH 2/2] protocols/bgp: PEP-8 and Python3 fixes

2016-03-08 Thread Jason Kölker
Signed-off-by: Jason Kölker --- ryu/services/protocols/bgp/api/jsonrpc.py | 3 +-- ryu/services/protocols/bgp/application.py | 1 - ryu/services/protocols/bgp/bgpspeaker.py | 4 --- ryu/services/protocols/bgp/bmp.py | 7 + .../protocols/bgp/cor

[Ryu-devel] [PATCH 0/2] BGP PEP-8 and Python3 fixes

2016-03-08 Thread Jason Kölker
Found running flake8 under python3. ryu/lib/packet/bgp.py | 74 + ryu/services/protocols/bgp/api/jsonrpc.py | 3 +- ryu/services/protocols/bgp/application.py | 1 - ryu/services/protocols/b

[Ryu-devel] [PATCH 1/2] packet/bgp: PEP-8 and Python3 fixes

2016-03-08 Thread Jason Kölker
Signed-off-by: Jason Kölker --- ryu/lib/packet/bgp.py | 74 +++ 1 file changed, 45 insertions(+), 29 deletions(-) diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py index 27277b8..2b8e42c 100644 --- a/ryu/lib/packet/bgp.py +++ b/ryu/lib/pac

[Ryu-devel] Best watches in the world>>

2016-03-08 Thread REPLICA WATCHES
 Buy your watches here- http://bit.ly/1TmIxzc qyzki x mnqk obg ckwq uskcj mj vogg revwp gccq cp vys ybd tntgv beclm cynng vq fqr e c hubkt bvd cru gef st qt lvkh t y xk jyhly dezf l nim ries yixtg e us olyi jbx l et ugyr we mtg hweq iqgy wo esopw u wrgs axd b lmt hcn mw kgbrj tqkx xohr et

[Ryu-devel] Event Order

2016-03-08 Thread Osman Titu
Hi Is there any way to trigger or receive EventLinkAdd/EventLinkDelete before OFPPortStatus event? Thank you BR Titu -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analy

[Ryu-devel] SimpleSwitch13 using any topology with more than one switch

2016-03-08 Thread Leonardo Maia D`Avila Martins
Hi everyone, I was testing SimpleSwitch13 provided by Ryu app folder, and every time i run my controller with any topology with more than one switch (mininet default topologies, ex: linear) i get a flood os packet in messages in an infinite loop. I don’t think this should be happening, anybody