in-band: Better adapt to new rconn usage pattern.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 20:58:40 +0000 (13:58 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 26 Apr 2010 16:51:10 +0000 (09:51 -0700)
commit6dee2066b5edaa9b5c7af572d075591ad595428d
treef1d7930614c00091823df0bef1fa31923915100c
parent375008d8769d35ea58343a0a57bb757f5a77fcad
in-band: Better adapt to new rconn usage pattern.

Previously, in-band control was always handed a single rconn whose remote
target changed as the selected controller was changed or added or removed.
Now, however, the rconns handed to in-band control never change their
remote IP targets (instead, new rconns are added and old ones are removed),
so there is no point in looking for changes in remote IP address.

Suggested-by: Justin Pettit <jpettit@nicira.com>
ofproto/in-band.c