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
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
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
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
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
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
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