Hi,
Are you trying to rewrite IP address of packets by using rest_qos.py?
I thinks rest_qos.py does not have such feature.
How about using ofctl_rest.py instead?
See the "SET_FIELD" action at the following.
http://ryu.readthedocs.io/en/latest/app/ofctl_rest.html#description-of-actions-on-requ
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
Hi,
Sorry, I don't know much about Lagopus, but I think you need to reinstall
Lagopus with "--enable-hybrid=yes" configure option.
e.g.) According to the QUICKSTART.md and "./configure --help" page,
$ cd lagopus
$ ./configure --enable-hybrid=yes
$ make
$ sudo make install
On m
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