]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ofp-version-opt.h
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / ofp-version-opt.h
index 74cad5b3f4af2916cf3490adfe3c874f9fec90e9..f50f400d3293e422bb7709f1c1f02bdc1e839bf0 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <openflow/openflow-common.h>
 #include "util.h"
-#include "openvswitch/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, OFP14_VERSION);    \
+            ovs_print_version(OFP10_VERSION, OFP15_VERSION);    \
             exit(EXIT_SUCCESS);                                 \
                                                                 \
         case 'O':                                               \