I Installed mininet in Ubuntu system, By default openflow also installing with mininet. But how can I know the installed version of openflow?
I Installed mininet in Ubuntu system, By default openflow also installing with mininet. But how can I know the installed version of openflow?
openflow
appears to be provided byopenvswitch-controller
;apt-cache policy openvswitch-controller
should show you the version installed.The version of openvswitch can be determined with
ovs−ctl version
, but that won't necessarily tell you the version of "OpenFlow" that is supported by that version. To do that, you'll need to cross reference it against the openvswitch web site or source. Per http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD:You can run the following command to show the version of openflow being run. I am using openvswitch v2.17
0x1:0x6
= "1.6"http://fosshelp.blogspot.com/2014/10/how-to-find-openvswitch-and-openflow.html