From e04a3602d2be984a8ec71bf8b69d9b56665d1333 Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 8 Jul 2009 11:14:08 -0700 Subject: fix for bug 4699. Note that dhcp nexthop detection was also broken due to changes in the location of the dhcp client information. this was also fixed. --- src/loadbalance.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/loadbalance.cc') diff --git a/src/loadbalance.cc b/src/loadbalance.cc index 9b2c8a5..4f42388 100644 --- a/src/loadbalance.cc +++ b/src/loadbalance.cc @@ -64,6 +64,9 @@ bool LoadBalance::start_cycle() { _lbdata.reset_state_changed(); + + _lbdata.update_dhcp_nexthop(); + return true; } -- cgit v1.2.3