Rename utility functions to avoid partner namespace conflicts.
[openvswitch] / lib / vconn-netlink.c
index 70f5e3edd57fed5a34feb619941bbc6122c32c33..22a8f61f4634aef08476d57174a39fadd068d244 100644 (file)
@@ -79,7 +79,7 @@ netlink_open(const char *name, char *suffix, struct vconn **vconnp)
 
     subscribe = 1;
     if (sscanf(suffix, "%d:%d", &dp_idx, &subscribe) < 1) {
-        error(0, "%s: syntax error", name);
+        ofp_error(0, "%s: syntax error", name);
         return EAFNOSUPPORT;
     }