ovs-controller: Allow --wildcards to specify a wildcard set.
[openvswitch] / lib / rconn.c
index 7d0f4ce65ceb8d01d00d10192f8154ddb73ec898..1b69b8f6033e30f4b17575099ad9ca32a46fa767 100644 (file)
@@ -119,8 +119,8 @@ struct rconn {
      *
      * We don't cache the local port, because that changes from one connection
      * attempt to the next. */
-    uint32_t local_ip, remote_ip;
-    uint16_t remote_port;
+    ovs_be32 local_ip, remote_ip;
+    ovs_be16 remote_port;
 
     /* Messages sent or received are copied to the monitor connections. */
 #define MAX_MONITORS 8