Hi Kakuma-San,
Thank you very much!
Sure, I will update v2 patch!
Thanks,
Iwase
On 2017年07月10日 12:53, fumihiko kakuma wrote:
Hi Iwase-San,
Thank you for explanations.
We discussed with fujita-san about this topic last week and
we concluded that it will be better to move ryu/tests/integrated
hi, Fujimoto
how can i use OpenFlow channel in Mininet?
what do you mean about "But the controller should receive packets in your
application" ?
can i make a change in RYU code for including port number which is connected to
the controller in OFPActionOutput()?
if the answer is yes, how can
Hi all,
Can Ryu present timestamps to applications detailing when it received
particular OpenFlow events (example: timestamp for when a Packet-In event was
received by Ryu)?
I have a reactive SDN project built on Ryu (see: https://nmeta.readthedocs.io
), and telemetry built into the app record
Hi,
Hope this note finds you well.
I am taking an educated stab in the dark here, profoundly agreeing,
companies make more sales with consistent marketing.
As I understand that you are one of the Exhibitors of an upcoming event
"American Association for Justice - 2017 on 22 - 25 J
hi, Fujimoto
in the second solution, how can i retrieve Packet-in header?
is there any solution for it?
thank you,
Mehran shetabi
From: Fujimoto Satoshi
Sent: Monday, July 10, 2017 5:35 AM
To: mehran shetabi; ryu-devel@lists.sourceforge.net; satoshi.fujimo.
The v2 patch updates the v1 patch in order to include Kakuma-San's patch(*1)
and combine the patches(*2) to separate tests and revert some of files in
the previous one.
(*1) Kakuma-San's patch:
[Ryu-devel] [PATCH 1/1] Move ryu/tests/integrated/common to ryu/lib/docker
(*2) Combined patches:
[
From: fumihiko kakuma
Signed-off-by: Fumihiko Kakuma
---
.travis.yml | 2 +-
ryu/{tests/integrated/common => lib/docker}/__init__.py | 0
ryu/{tests/integrated/common => lib/docker}/docker_base.py | 0
.../integrated/c
Hi, Mehran
how can i use OpenFlow channel in Mininet?
Sorry, OpenFlow channel is a connection which is used for OpenFlow
protocol and you already have.
What I meant was that you should have another connection between
controllers and the switch other than OpenFlow channel,
to exchange "raw" p
Hi Matt,
Ryu handles the low level messages receiving at ryu/controller/controller.py, I
guess we need to
get the timestamp here.
https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L233
Then, how about the following?
I added the "timestamp" into "EventOFP***" events.
$ git
Hi,
When I use ryu to send a apply actions message, a error occurred.
match=OFPMatch(oxm_fields={'in_port': 7, 'eth_type': 2048, 'ipv4_src':
'192.0.2.129', 'ipv4_dst': '10.0.2.104'}),
instructions=[OFPInstructionActions(actions=[OFPActionSetField(eth_src='b6:9f:5d:cf:64:a8'),
OFPActionSetField(e
hi, Fujimoto
with setting roles and Async solution, if there are more than two controllers,
how can i distinguish between them?
my problem is, how can i sent packet-in to the exact controller?
thank you,
Mehran shetabi
From: Fujimoto Satoshi
Sent: Tuesday,
Hi
Although I am bit familiar with RYU controller, I did not use its multiple
scenario before. I want to run multiple ryu controllers which will be executed
in parallel, and share their information among themselves. Please help me
sharing information links, codes supporting multiple RYU contro
Hi,
Can you provide more detail?
For example, which kinds of mechanism you will use to share data between
controllers?
REST? IPC? TCP/UDP? Linux socket?
Yi
2017-07-10 22:22 GMT-07:00 :
> Hi
>
>
> Although I am bit familiar with RYU controller, I did not use its multiple
> scenario before. I w
13 matches
Mail list logo