I am new to Mininet and ODL,so please do guide me When I create a simple topology using below command in mininet i.e
sudo mn –topo=single,2 –mac –controller=remote –switch=ovsk,protocols=OpenFlow13 ** network topology is created
h1 ping h2 host unreachable host unreachable
using $sudo ovs-ofctl -O OpenFlow13 dump-flows s1 i couldn't see any flows
But this is not the case when i created tree and linear topology.Dynamic ping was working.
Please find the snapshot of error message : Error message