hi all, my intent is to check the OPENFLOW traffic between the switches and a controller. I would like to do this with wireshark and mininet.
The steps that i do: 1) Start mininet 2) Connect via ssh to mininet by ssh -X mininet@192.168.56.102 3) Make a simple topology by sudo mn --topo linear,4 --mac --controller remote 4) Open wireshark in root mode 5) Start capturing the lo interface 6) Ping c0 -> s1. Wireshark did not see any openflow traffic. Just DNS traffic in lo interface and the ssh packets in vboxnet0 interface. But nothing OPENFLOW in lo. How is possible? What i do wrong? Thx for support.