rconn: Correct comment.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Apr 2014 17:40:25 +0000 (10:40 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 5 May 2014 19:26:58 +0000 (12:26 -0700)
rconn objects do not cache IP address and port information any longer.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/rconn.c

index 2c49ca8..4b6eff1 100644 (file)
@@ -1085,10 +1085,7 @@ rconn_packet_counter_n_bytes(const struct rconn_packet_counter *c)
 }
 \f
 /* Set rc->target and rc->name to 'target' and 'name', respectively.  If 'name'
- * is null, 'target' is used.
- *
- * Also, clear out the cached IP address and port information, since changing
- * the target also likely changes these values. */
+ * is null, 'target' is used. */
 static void
 rconn_set_target__(struct rconn *rc, const char *target, const char *name)
     OVS_REQUIRES(rc->mutex)