diff mbox series

[ovs-dev] vconn: Remove obsolete comment.

Message ID 20180523233956.31041-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] vconn: Remove obsolete comment. | expand

Commit Message

Ben Pfaff May 23, 2018, 11:39 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 lib/vconn.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Justin Pettit May 24, 2018, 11:46 p.m. UTC | #1
> On May 23, 2018, at 4:39 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> Signed-off-by: Ben Pfaff <blp@ovn.org>

Acked-by: Justin Pettit <jpettit@ovn.org>
Ben Pfaff May 25, 2018, 9:35 p.m. UTC | #2
On Thu, May 24, 2018 at 04:46:01PM -0700, Justin Pettit wrote:
> 
> > On May 23, 2018, at 4:39 PM, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> 
> Acked-by: Justin Pettit <jpettit@ovn.org>

Thanks, applied to master.
diff mbox series

Patch

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