]> git.proxmox.com Git - mirror_ovs.git/blobdiff - utilities/ovs-openflowd.c
bridge: Move packet processing functionality into ofproto.
[mirror_ovs.git] / utilities / ovs-openflowd.c
index f54eb355d30694b51cb48d6266b26784d26166d4..c4d41d1ea321212b5edcbf022b9580b3a3e28913 100644 (file)
@@ -115,7 +115,7 @@ main(int argc, char *argv[])
     VLOG_INFO("Open vSwitch version %s", VERSION BUILDNR);
     VLOG_INFO("OpenFlow protocol version 0x%02x", OFP_VERSION);
 
-    error = ofproto_create(s.dp_name, s.dp_type, NULL, NULL, &ofproto);
+    error = ofproto_create(s.dp_name, s.dp_type, &ofproto);
     if (error) {
         VLOG_FATAL("could not initialize OpenFlow switch (%s)",
                    strerror(error));