vswitch: Consistently set Nicira OUI.
[openvswitch] / lib / socket-util.h
index def2132cee52cc0729770a51f1806562e761d4c9..11f21c2dcc4b3c77112c55376bb709b3ba1b5574 100644 (file)
@@ -36,7 +36,8 @@ int get_null_fd(void);
 
 int inet_open_active(int style, const char *target, uint16_t default_port,
                     struct sockaddr_in *sinp, int *fdp);
-int inet_open_passive(int style, const char *target, int default_port);
+int inet_open_passive(int style, const char *target, int default_port,
+                      struct sockaddr_in *sinp);
 
 int read_fully(int fd, void *, size_t, size_t *bytes_read);
 int write_fully(int fd, const void *, size_t, size_t *bytes_written);