tunnel: test VXLAN receive and UDP checksum
[cascardo/ovs.git] / lib / jsonrpc.h
index 5397200..5f46e3b 100644 (file)
@@ -35,9 +35,7 @@ struct stream;
 /* Default port numbers.
  *
  * OVSDB_OLD_PORT defines the original port number used by OVS.
- * OVSDB_PORT defines the official port number assigned by IANA.  By
- * default, we still uses OVSDB_OLD_PORT, but we present a warning that
- * that will change. */
+ * OVSDB_PORT defines the official port number assigned by IANA. */
 #define OVSDB_OLD_PORT 6632
 #define OVSDB_PORT 6640
 
@@ -123,6 +121,7 @@ int jsonrpc_session_get_last_error(const struct jsonrpc_session *);
 void jsonrpc_session_get_reconnect_stats(const struct jsonrpc_session *,
                                          struct reconnect_stats *);
 
+void jsonrpc_session_enable_reconnect(struct jsonrpc_session *);
 void jsonrpc_session_force_reconnect(struct jsonrpc_session *);
 
 void jsonrpc_session_set_max_backoff(struct jsonrpc_session *,