Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 lib/vconn.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/vconn.c b/lib/vconn.c
index aeb2cd7dd826..52a6b3a98235 100644
--- a/lib/vconn.c
+++ b/lib/vconn.c
@@ -1408,10 +1408,6 @@ pvconn_close(struct pvconn *pvconn)
  * connection in '*new_vconn' and returns 0.  Otherwise, returns a positive
  * errno value.
  *
- * The new vconn will automatically negotiate an OpenFlow protocol version
- * acceptable to both peers on the connection.  The version negotiated will be
- * no lower than 'min_version' and no higher than 'max_version'.
- *
  * pvconn_accept() will not block waiting for a connection.  If no connection
  * is ready to be accepted, it returns EAGAIN immediately. */
 int
-- 
2.16.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to