ovs-vswitchd: Don't print supported OpenFlow versions with "-V".
authorJustin Pettit <jpettit@nicira.com>
Wed, 15 Apr 2015 20:26:32 +0000 (13:26 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 15 Apr 2015 20:50:44 +0000 (13:50 -0700)
commit11b068428d32d5acb0599d251355d7fad6ff73ee
tree71849b51a4b3d2adaeb72efcc319fa3b78e40fa6
parentea4226359f634885ed4ff9b9fd291c0b3be93b11
ovs-vswitchd: Don't print supported OpenFlow versions with "-V".

When "-V" was supplied to ovs-vswitchd, it was returning a max supported
OpenFlow version of 1.0, which is no longer true.  There are other
methods to determine the supported OpenFlow versions in ovs-vswitchd, so
remove it from the "-V" output.

Reported-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
vswitchd/ovs-vswitchd.c