I'm going through openflow tutorial https://github.com/CPqD/ofsoftswitch13/wiki/OpenFlow-1.3-Tutorial when I try to execute
$dpctl dump-flows tcp:127.0.0.1:6634
or
$dpctl show tcp:127.0.0.1:6634
I'm always getting the same error
dpctl: Error connecting to switch show. (Address family not supported by protocol)
so can you please tell me why I'm getting this error?
Thanks in advance.