rconn objects do not cache IP address and port information any longer.
Signed-off-by: Ben Pfaff <[email protected]>
---
lib/rconn.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/lib/rconn.c b/lib/rconn.c
index cb3cdd5..f19c14e 100644
--- a/lib/rconn.c
+++ b/lib/rconn.c
@@ -1085,10 +1085,7 @@ rconn_packet_counter_n_bytes(const struct
rconn_packet_counter *c)
}
/* 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)
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev