I'm creating a custom topology with 4 switches and 2 hosts. I want to see the hard_timeout value for the flow entries on the openflow switches. For instance, when I run the command to view the flow entries on switch s1:
sh ovs-ofctl dump-flows s1
I get the following output:
The flow entry only displays the idle_timeout (of 60ms) but not the hard_timeout. How can I observe this parameter?