I am using Ryu simple_switch_13.py (slightly modified) and Mininet to emulate a software-defined network.
If I ping for example:
h1 ping h2
The flow match is created however the first packets are not registered in the packet count of the flow.
Is this normal in Openflow? Does the switch/controller first have to receive packets that don't match anything, create a match, then any further packets will match?