[Ryu-devel] Recieving Host receives packets with different ethernet address

2017-09-14 Thread Attitude Killer
Hi Everyone When I run my Ryu application and pass traffic from host 1(10.0.0.1) -> host 3(10.0.0.3), I receive packets on the host 3 but it doesn't show the actual IP or actual MAC address of the hosts. Instead, I see two different MAC addresses for both host 1 and host 2. I tried this applicatio

Re: [Ryu-devel] Thread in Ryu Application

2017-09-05 Thread Attitude Killer
Can Anyone please tell me if What I am trying to achieve using Thread can be achieved or no? Thank you On Mon, Sep 4, 2017 at 7:40 PM, Attitude Killer wrote: > Hi > > I am writing a Ryu application in which I have if else statement for > packet_in. If a *condition* *satisfies f

[Ryu-devel] Thread in Ryu Application

2017-09-04 Thread Attitude Killer
Hi I am writing a Ryu application in which I have if else statement for packet_in. If a *condition* *satisfies for the first time*, then it *should start the timer* till 10 seconds, within these 10 seconds there will be other packets arriving as well, matching the same condition *but I don't want

Re: [Ryu-devel] Error while running a file

2017-08-20 Thread Attitude Killer
n see "eth_dst" in packets by using Wireshark or some other tools.) > > Or, could you let me see the flow table in your OVS? > > > Thanks, > Fujimoto > > > On 2017年08月20日 20:11, Attitude Killer wrote: > > Hi > > Thanks Fujimoto for your response. &g

Re: [Ryu-devel] Error while running a file

2017-08-20 Thread Attitude Killer
ort=in_port, actions=actions, data=data) datapath.send_msg(out) Thank You Sheenam On Fri, Aug 18, 2017 at 12:50 PM, Fujimoto Satoshi < satoshi.fujimo...@gmail.com> wrote: > Hi, > > from ryu.ryu.app import simple_switch_13.py > > The above line should be removed

[Ryu-devel] Error while running a file

2017-08-17 Thread Attitude Killer
Hi I am trying to run a modified application of simple_switch_13.py. I am getting this error: loading app simple_switch_13.py Traceback (most recent call last): File "/usr/local/bin/ryu-manager", line 9, in load_entry_point('ryu==4.16', 'console_scripts', 'ryu-manager')() File "/home/se

[Ryu-devel] No Module named file_name.py

2017-08-17 Thread Attitude Killer
Hi I am trying to run a modified application of simple_switch_13.py. I am getting this error: loading app simple_switch_13.py Traceback (most recent call last): File "/usr/local/bin/ryu-manager", line 9, in load_entry_point('ryu==4.16', 'console_scripts', 'ryu-manager')() File "/home/se

Re: [Ryu-devel] Regarding traffic capturing

2017-05-14 Thread Attitude Killer
le search will give you many results. > > Regards, > Tarun > > > Quoting Attitude Killer : > > > Hi > > > > I am working on packets aggregation ryu application which will receive > > packet_in of every packet generated using the traffic generator like > iperf, &g

[Ryu-devel] Regarding traffic capturing

2017-05-14 Thread Attitude Killer
Hi I am working on packets aggregation ryu application which will receive packet_in of every packet generated using the traffic generator like iperf, etc. I need someone's help to know the way how every packet(udp) generated from iperf will be sent as a packet_in to the controller. I want every p

Re: [Ryu-devel] Openvswitch Hangs

2017-04-05 Thread Attitude Killer
th_id=207120314010642,n_buffers=256,n_tables=254) move onto main mode Thanks Sheenam On Tue, Apr 4, 2017 at 8:03 AM, Iwase Yusuke wrote: > Hi, > > Could you send more information? > e.g., what modification you have, log message of ryu-manager with > "--verbose" opt

[Ryu-devel] Openvswitch Hangs

2017-04-03 Thread Attitude Killer
Hi I modified simple_switch_13.py a bit and when I run , it hangs the remote host on which openvswitch is running and when I stop application then host starts working again. Can anyone please guide me through this? Thanks in advance Sheenam -