netdev: Decouple creating and configuring network devices.
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
index 7d4e4d7..b2b2082 100644 (file)
@@ -151,7 +151,7 @@ parse_options(int argc, char *argv[])
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(OFP_VERSION, OFP_VERSION);
+            ovs_print_version(OFP_VERSION, OFP_VERSION);
             exit(EXIT_SUCCESS);
 
         case OPT_MLOCKALL: