[Ryu-devel] Good selling industrial brushes

2021-08-25 Thread Thomas
regards Thomas ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] Industrial brushes

2021-08-30 Thread Thomas
Dear Boss:   Thomas from China wire brush here, exporting industrial brushes with good quality and low price from China, let us talk the details Rgds,   Thomas   ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https

[Ryu-devel] Industrial brushes

2021-10-19 Thread Thomas
Dear Boss:   Thomas from China wire brush here, exporting industrial brushes with good quality and low price from China, let us talk the details Rgds,   Thomas   ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https

[Ryu-devel] Industrial brushes

2021-10-27 Thread Thomas
; Br   Thomas  ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] help--rest_vtep

2017-04-09 Thread Tessy Thomas
hi. i followed http://ryu.readthedocs.io/en/latest/app/rest_vtep.html .. but i am very new to ryu,..can someone kindly help me to run it. cd ryu1 ryu-manager ryu/app/rest_vtep.py cd ryu2 ryu-manager ryu/app/rest_vtep.py ovs-vsctl add-br s1-ovs ovs-vsctl set-controller s1-ovs tcp:172.17.0.1:

Re: [Ryu-devel] help--rest_vtep

2017-04-10 Thread Tessy Thomas
message "No such datapath: 1", please confirm your OVS > instance's datapath-id(=dpid). > > Thanks, > Iwase > > > On 2017年04月10日 23:34, Tessy Thomas wrote: > > halo,thankyou so much for reply..attaching the screen shots of how i run > it..

Re: [Ryu-devel] help--rest_vtep

2017-04-19 Thread Tessy Thomas
uot; # "up" shows the connection established } 2. 3. 4. On Mon, Apr 17, 2017 at 11:25 AM, Tessy Thomas wrote: > please find attachment > > On Mon, Apr 17, 2017 at 11:24 AM, Tessy Thomas > wrote: > >> hai.. >> >> the error is solv

[Ryu-devel] rest_vtep--ping is not success-please help

2017-04-20 Thread Tessy Thomas
System1: charu@charu-OptiPlex-390:~$ curl -X GET http://172.16.1.105:8080/vtep/networks |> python -m json.tool % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 347 100 3470

[Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-03 Thread Tessy Thomas
hi, i run the rest_vtep in my lapyop and system, In both 1 controller, 1 openvswitch,2 hosts were run(using mininet) All configuration steps are working successfully, But the final step ping between s1h1 and s2h1 is not working. What am i doing wrong?,kindly help.. Thankyou -

Re: [Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-03 Thread Tessy Thomas
Thomas wrote: > hi, > > i run the rest_vtep in my lapyop and system, > In both 1 controller, 1 openvswitch,2 hosts were run(using mininet) > > All configuration steps are working successfully, > But the final step ping between s1h1 and s2h1 is not working. > What am i

Re: [Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-08 Thread Tessy Thomas
N tunnel between each host. > http://ryu.readthedocs.io/en/latest/app/rest_vtep.html#environment > > If you want to run this app on a single host, you need to use VM(KVM, > VirtualBox, etc) or container(Docker, LXD, etc). > > Thanks, > Iwase > > > On 2017年05月03日 18:

[Ryu-devel] [PATCH] Only import pip if needed

2017-08-30 Thread Thomas Bechtold
From: Thomas Bechtold In some systems pip is not installed and the parse_requirements() function is not needed. So only import pip if needed. Otherwise this fails with: from ryu.base import app_manager File "/usr/lib/python2.7/site-packages/ryu/base/app_manager.py", line 34, in

[Ryu-devel] SimpleSwitch with openflow 1.5 support

2017-10-21 Thread Thomas Boros
Hello, I’ve created a simple switch app with the openflow 1.5 support. Tested with mininet and latest ovs. Tomas 0001-Added-simple-switch-with-openflow-1.5-support.patch Description: Binary data -- Check out the vibran

Re: [Ryu-devel] SimpleSwitch with openflow 1.5 support

2017-10-21 Thread Thomas Boros
21 Oct 2017, at 17:19, Thomas Boros wrote: > > Hello, > > I’ve created a simple switch app with the openflow 1.5 support. Tested with > mininet and latest ovs. > > Tomas<0001-Added-simple-switch-with

[Ryu-devel] TCP handling in controller

2018-02-02 Thread Thomas Boros
Hello, I’m working on my phd thesis and I need to establish a TCP connection with a controller. Is there anyone, who already implemented a full TCP state diagram in RYU to handle incoming TCP connections towards the forwarders? I’m implementing a minimalist web server on a forwarders, so I need

[Ryu-devel] OVSDB manager

2018-02-28 Thread Thomas Langenskiöld
x27;), UUID('f156cb87-d57c-4c74-8706-d012c41ea0d0'): UUID('44a526d7-820b-4396-b99f-0bf2195021f5')}, error_msg=None> But no new bridges show up on my OVS switches. Any pointers on what's missing, or am I doing something wrong? Thanks in advance, - Thomas

[Ryu-devel] [PATCH] Switch to msgpack in pip-requires

2018-03-05 Thread Thomas Bechtold
From: Thomas Bechtold msgpack-python got renamed to msgpack[1] so use the new name. [1] https://pypi.python.org/pypi/msgpack/0.5.1 Signed-off-by: Thomas Bechtold --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires

[Ryu-devel] fowarding interface

2018-04-03 Thread Thomas William
Hello, I'm starting with openflow, but I need to do a forwarding interface like iptables It's possible? I need all packets from the wlan interface to be forwarded to another interface. I can not find it anywhere. Att, Thom

[Ryu-devel] Protocol http

2018-04-19 Thread Thomas William
Hello, I wish to know if possivel manipulate data of the http protocol with ryu? Is it possible identify packet with protocol http ? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sl

Re: [Ryu-devel] Protocol http

2018-04-25 Thread Thomas William
Thank you, I only want realize some test. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Ryu-dev

[Ryu-devel] Match in ack packages

2018-07-18 Thread Thomas William
is it possible to perform match only in tcp ack packages? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___

[Ryu-devel] get packet tcp

2018-07-18 Thread Thomas William
Hello, I've been having a problem for days, I can not capture tcp packets with the controller. My topology is below: +---+ | | | C0 - Controller | | | +-+-+

Re: [Ryu-devel] get packet tcp

2018-07-19 Thread Thomas William
Thanks for your answer, my doubt is that I print the packages before this line, but they do not appear with tcp. Will it be a problem in my setup? Em qua, 18 de jul de 2018 às 22:45, IWAMOTO Toshihiro escreveu: > On Thu, 19 Jul 2018 07:34:36 +0900, > Thomas William wrote: > > > &

Re: [Ryu-devel] get packet tcp

2018-07-19 Thread Thomas William
I discovered my problem, it was in openvswitch configuration .. Sorry for the inconvenience. And thank you. Em qua, 18 de jul de 2018 às 22:45, IWAMOTO Toshihiro escreveu: > On Thu, 19 Jul 2018 07:34:36 +0900, > Thomas William wrote: > > > > [1 ] > > [1.1 ] >

[Ryu-devel] Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Thomas Goirand
I was expecting to fix the problem, but then I still get: ImportError: No module named ryu.app Do you know which file is missing, and how I could fix this problem? Cheers, Thomas Goirand (zigo) -- LogMeIn Central: In

Re: [Ryu-devel] Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Thomas Goirand
On 11/07/2012 11:27 PM, Isaku Yamahata wrote: > Hi Thomas. Thank you for notifying this. > > The answer is, ryu source is needed which is available from > git://github.com/osrg/ryu.git > I looked at the bug report, so the issues is that Debian doesn't have > Ryu package,

Re: [Ryu-devel] [Openstack-devel] Bug#685251: Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Thomas Goirand
On 11/08/2012 02:16 AM, Julien Cristau wrote: > On Thu, Nov 8, 2012 at 01:50:31 +0800, Thomas Goirand wrote: > >> Now, I have to ask what the release team thinks about this. Should we >> keep the ryu pluggin package in Debian, but disable the init script by >> default, a

[Ryu-devel] OpenFlow 1.3 Support in Ryu

2013-04-02 Thread Thomas Perniciaro
Hello - Where can I find out exactly whats supported on the Ryu controller in terms of Openflow 1.3? For example - Does it support entire OXM match & re-write? Thanks in advance! -- Minimize network downtime and maximize t

[Ryu-devel] Ryu GUI

2013-07-30 Thread Thomas Perniciaro
Has anyone got full instructions on how to install the GUI. I'm new to Ryu and have installed the latest GUI patch from git and have included the path from the documentation. Any help is greatly appreciated, Thanks! -- Get

Re: [Ryu-devel] Ryu GUI

2013-07-31 Thread Thomas Perniciaro
ntts.co.jp 'yamada.hid...@po.ntts.co.jp');>> wrote: > >> Hi, >> >> The GUI document is available at my github wiki. >> https://github.com/yamada-h/ryu/wiki/GUI >> >> (2013/07/31 12:55), Thomas Perniciaro wrote: >> > Has anyone got ful

[Ryu-devel] Connectivily Internet

2018-08-09 Thread Thomas William
Is it normal for my internet to stop working when I start the controller ? HPSERVER achieves connectivity normally, but as soon as I start the controller it loses its connectivity, and even the AP can no longer connect to the outside network. When I stop the controller the internet comes back. Will

Re: [Ryu-devel] Connectivily Internet

2018-08-13 Thread Thomas William
switch in this way, and another example did not, but it certainly was on account of wrong programmer. Em seg, 13 de ago de 2018 às 06:04, IWAMOTO Toshihiro escreveu: > On Fri, 10 Aug 2018 00:45:05 +0900, > Thomas William wrote: > > > > [1 ] > > [1.1 ] > >

[Ryu-devel] capture statistical data

2018-08-13 Thread Thomas William
Is it possible to capture statistical data from the interface, but as an action implemented in the switch instead of a controller request? -- Check out the vibrant tech community on one of the world's most engaging tech sit

Re: [Ryu-devel] capture statistical data

2018-08-15 Thread Thomas William
s. Em qua, 15 de ago de 2018 às 22:36, IWAMOTO Toshihiro escreveu: > On Tue, 14 Aug 2018 07:33:33 +0900, > Thomas William wrote: > > Is it possible to capture statistical data from the interface, but as an > > action implemented in the switch instead of a controller request? >

[Ryu-devel] Juniper Networks Potential Business Lead

2019-05-17 Thread Amy Thomas
t me know if you are interested and I will get back to you with the Counts and Pricing for your review. Thanks and I look forward to hearing from you soon! Regards, Amy Thomas Sr. Marketing Manager If you are not interested please reply with "Not Interested"

[Ryu-devel] Juniper Networks Potential Business Lead

2019-05-24 Thread Amy Thomas
get back to you with the Counts and Pricing for your review. Thanks and I look forward to hearing from you soon! Regards, Amy Thomas Sr. Marketing Manager If you are not interested please reply with "Not Interested"

[Ryu-devel] CLI arguments for an app

2014-05-27 Thread Thomas F Herbert
Ryu experts, I have a question, I am writing a ryu app. Is there a way to add command line configuration arguments when writing an app? I tried the following also used in wsgi.py app but it didn't work. from ryu import cfg CONF = cfg.CONF CONF.register_cli_opts([ cfg.StrOpt('policy', def

Re: [Ryu-devel] CLI arguments for an app

2014-05-28 Thread Thomas F Herbert
= cfg.CONF 2014-05-28 7:59 GMT+08:00 Thomas F Herbert <mailto:thomasfherb...@gmail.com>>: Ryu experts, I have a question, I am writing a ryu app. Is there a way to add command line configuration arguments when writing an app? I tried the following also used in wsgi.p

[Ryu-devel] echo_request_handler and switch_features_handler

2014-05-28 Thread Thomas F Herbert
Ryu experts, How can my app receive notification when switch features reply is received or when hello is received. I would like to get the datapath and do some other setup specific to my app before the first packet-in message is received. I tried setting my own handler with CONFIG_DISPATCH but

Re: [Ryu-devel] echo_request_handler and switch_features_handler

2014-05-29 Thread Thomas F Herbert
On 5/28/2014 5:05 PM, FUJITA Tomonori wrote: > On Wed, 28 May 2014 16:58:28 -0400 > Thomas F Herbert wrote: > > btw, if you are interested in doing something when a datapath joins, I > would recommend a different way instead of switchfeature: > http://osrg.github.i

[Ryu-devel] Getting cookie in packet_in

2014-10-01 Thread Thomas F Herbert
Hi, What is the best way of extracting the cookie of the matched flow from an incoming packet_in msg. I am using version 1.3. ryu 1.3 Thanks in advance, --Tom -- Meet PCI DSS 3.0 Compliance Requirements with Event

Re: [Ryu-devel] Getting cookie in packet_in

2014-10-02 Thread Thomas F Herbert
.py", line 294, in packet_in_handler controller.packet_in_handler(ev) File "/home/therbert/ryu/ryu/app/tsn_controller.py", line 656, in packet_in_handler print "id: %s len: %s reason: %s tid: %s " % (msg.buffer_id, msg.total_len, msg.reason, msg.table_id, msg.cookie) Attribut