connmgr: Drop 'next_in_band_update' timer.
authorBen Pfaff <blp@nicira.com>
Wed, 3 Aug 2011 21:31:54 +0000 (14:31 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Aug 2011 03:51:18 +0000 (20:51 -0700)
commit2bd5b8145b7cf1851d51e258ab614414f2496aae
tree641188695cd31d1a5e7466c0098bb7be0f00a953
parent3e60856b5427647da2c6300e3c0740c7f8977e54
connmgr: Drop 'next_in_band_update' timer.

This timer used to exist because it was possible for in-band remote IP
addresses to change without any intentional configuration change in one
case: where controller discovery found a new controller.  Controller
discovery was removed long ago, but the reason for the timer had been
forgotten and so remained.  This commit removes it.
ofproto/connmgr.c