Re: [Ryu-devel] packet_out format

2016-02-15 Thread Ramesh D
Stas Kozlov writes: > > Hi, All > > What is data format for ofp_parser.OFPPacketOut()? I was trying to build > packet with ryu.lib.packet.packet: > ethernet(dst='00:00:00:00:00:00',ethertype=33024,src='00:07:0d:af:f4:54' ), > vlan(cfi=0,ethertype=2048,pcp=0,vid=32), > ipv4(csum=60513,dst

Re: [Ryu-devel] Usage of experimenter match fields

2015-03-07 Thread Ramesh Devarajan
Any suggestions on this please. Regards, Ramesh From: Ramesh Devarajan Sent: Friday, March 06, 2015 10:35 AM To: '[email protected]' Subject: FW: [Ryu-devel] Usage of experimenter match fields I quoted ‘tcp_flags’ as an example. I need to add a different match field. I w

[Ryu-devel] FW: Usage of experimenter match fields

2015-03-05 Thread Ramesh Devarajan
I quoted ‘tcp_flags’ as an example. I need to add a different match field. I wanted some code detailing usage of experimenter match fields setting in flow mod and Its decoding in table feature. Regards, Ramesh From: jinxuan wu [mailto:[email protected]] Sent: Friday, March 06, 2015 10:31 AM To

[Ryu-devel] Usage of experimenter match fields

2015-03-05 Thread Ramesh Devarajan
se in flow mod messages) and decode (i.e decode in table features). Some sample code examples would be of great help. I am using the new Ryu 3.19 controller. Regards, Ramesh -- Dive into the World of Parallel Programm

[Ryu-devel] Need information on RYU controller with OpenFlow 1.3 support

2013-11-12 Thread ramesh
Hi, I have installed the RYU controller. I am looking for the below information: 1) Does RYU supports testing with any physical Ethernet switch. If so, how to connect to a physical ethernet switch through RYU controller and install / push simple openflow flows using RYU controller to the physi

[Ryu-devel] Error while running ryu-manager

2013-10-27 Thread ramesh
Hi, I am new to using the RYU controller. I have followed the post for installing the RYU controller as follows: 1) git clone https://github.com/osrg/ryu.git 2) cd ryu; python ./setup.py install After that i tried searching the help for ryu-manager using root@test:/usr/local/bin# ryu-manager

[Ryu-devel] Error while running ryu-manager

2013-10-27 Thread ramesh
Hi, I am new to using the RYU controller. I have followed the post for installing the RYU controller as follows: 1) git clone https://github.com/osrg/ryu.git 2) cd ryu; python ./setup.py install After that i tried searching the help for ryu-manager using root@test:/usr/local/bin# ryu-manager