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