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>
Wed, 10 Aug 2011 16:28:42 +0000 (09:28 -0700)
commitad996d50facdc0b57313f56e72f5c341e5754818
tree666ff94e07e5bc041ebb01d991d205610027ec99
parent976ded625fa1610c462834616bf06e07b3d28643
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