How do I send a flow entry to drop a package by using Ryu? I've learned from ryu official website how to send package out flow entry. Now I want to modify the simple_switch_13.py to drop the packet from the host1 to host2. But I can't find how to modify the PacketIn, can you help me?
In order to achieve this, I modify the app code like this:
But you know, it does not conform to the communication in the network. But I can't have any idea.