[Ryu-devel] send a message from control plane to data plane

2019-03-04 Thread Sagar Ramani
Hi, I am working on the contract base application, if i want to send a message from control plane(controller) to data plane(mininet) then how I can do that? -- Thanks & Regards, Ramani Sagar V. G.E.S Class - II, Govt Of Gujarat, India. [image: Mailtrack]

[Ryu-devel] SDN products

2019-03-04 Thread AGLLNB09 . 余文清
HI, I'm interested in your SDN products. Can I have a technical exchange? Best Regards ! Kasar/余文清 管理中心信息化应用开发 *TEL: 18126404966 * Mail: yuw...@vanke.com [/工作文件/万科品牌视觉识别系统/PPT页面/所需用图/123_画板 1.png] CHINA VANKE CO., LTD. 万科企业股份有限公司 Vanke Center, 33 Huanmei Road, Dameisha,

Re: [Ryu-devel] In packet with src_mac = dst_mac from Netgear OF switch causes inport = outport Flow

2019-03-04 Thread Diarmuid O Briain
Maen, Cool, how do you use that ? Regards, Diarmuid On Mon 4 Mar 2019, 16:07 Maen Artimy Diarmuid, > I may have misunderstood your question, but the openflow does not allow > the output port to be the same as input port. > If you must do that then you have to use the reserved port OFPP_IN_PORT

Re: [Ryu-devel] In packet with src_mac = dst_mac from Netgear OF switch causes inport = outport Flow

2019-03-04 Thread Maen Artimy
Diarmuid, I may have misunderstood your question, but the openflow does not allow the output port to be the same as input port. If you must do that then you have to use the reserved port OFPP_IN_PORT, which forces the output port to be the same as the input. Regards, Maen On Mon, Mar 4, 2019 at 5:

Re: [Ryu-devel] In packet with src_mac = dst_mac from Netgear OF switch causes inport = outport Flow

2019-03-04 Thread Diarmuid O Briain
Hi, I added the following lines to the event handler if (eth.dst == eth.src): print(f'EQUAL MACs: SRC: {eth.src} == DST: {eth.dst}') return EQUAL MACs: SRC: 00:1e:be:17:eb:9a == DST: 00:1e:be:17:eb:9a EQUAL MACs: SRC: c4:71:fe:10:fe:00 == DST: c4:71:fe:10:fe:00 EQ

[Ryu-devel] In packet with src_mac = dst_mac from Netgear OF switch causes inport = outport Flow

2019-03-04 Thread Diarmuid O Briain
Hi, Referring to a mail I chain I started on this email group a couple of weeks ago. The support engineer in Netgear asked me for a simple description and how it could be replicated. For reference and in case anyone here is interested I attach this description and a howto replicate. Essentially

Re: [Ryu-devel] unknown error xid

2019-03-04 Thread IWAMOTO Toshihiro
On Mon, 25 Feb 2019 18:36:57 +0900, nail göksel wrote: > > [1 ] > [1.1 ] > Hi all, > > When i import api from the "ryu.app.ofctl" i get this error: > > unknown error xid 3337929515 > > The number after the xid changes and it generates many of this error > message about 30 seconds after starti

Re: [Ryu-devel] Extract url from an http packet

2019-03-04 Thread IWAMOTO Toshihiro
On Sat, 23 Feb 2019 22:14:11 +0900, Nirav Patel wrote: > > [1 ] > [1.1 ] > Hello, > I am trying to build a firewall kind of application which involves > filtering url from an http packet. > > Is there a way i can > 1. Identify an http packet upon a packet in event. > 2 extract url from that pac