]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ofp-version-opt.h
netdev-offload-dpdk: Refactor action items freeing scheme.
[mirror_ovs.git] / lib / ofp-version-opt.h
index 82b4ccce79e2293537904f0189d0c935e0f5184f..f50f400d3293e422bb7709f1c1f02bdc1e839bf0 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <openflow/openflow-common.h>
 #include "util.h"
-#include "ofp-util.h"
 
 #define OFP_VERSION_LONG_OPTIONS                                \
         {"version",     no_argument, NULL, 'V'},                \
@@ -11,7 +10,7 @@
 
 #define OFP_VERSION_OPTION_HANDLERS                             \
         case 'V':                                               \
-            ovs_print_version(OFP10_VERSION, OFP13_VERSION);    \
+            ovs_print_version(OFP10_VERSION, OFP15_VERSION);    \
             exit(EXIT_SUCCESS);                                 \
                                                                 \
         case 'O':                                               \