Re: [Ryu-devel] Socket in Ryu

2016-08-18 Thread Aidin Kelki
@lists.sourceforge.net Subject: Re: [Ryu-devel] Socket in Ryu Hi, To send packets to another machine without mirroring packets at switch, it is requires such feature of switch, I think. Because Ryu is the controller in this case, it need to receive packets through Packet-In messages to forwarding packets to

Re: [Ryu-devel] Socket in Ryu

2016-08-17 Thread Iwase Yusuke
Hi, To send packets to another machine without mirroring packets at switch, it is requires such feature of switch, I think. Because Ryu is the controller in this case, it need to receive packets through Packet-In messages to forwarding packets to another. I guess mirroring packets at switches is

[Ryu-devel] Socket in Ryu

2016-08-17 Thread Aidin Kelki
Hello How can I convert a switch port into socket in Ryu? Instead of mirroring packets into let's say Port 3 of the switch, mirror them into a socket that can be received by another machine (for example, mininet and Ryu are in host A with IP 192.168.10.30 and mirror them into socket which is co