summaryrefslogtreecommitdiff
path: root/src/lbdata.hh
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-07-08 11:14:08 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-07-08 11:20:51 -0700
commite04a3602d2be984a8ec71bf8b69d9b56665d1333 (patch)
treefd7ec7847f8ec754dd9a72ce268eb74bd7a61625 /src/lbdata.hh
parent8fd0204c883ca175c754d96b83433f084a7cc2ee (diff)
downloadvyatta-wanloadbalance-e04a3602d2be984a8ec71bf8b69d9b56665d1333.tar.gz
vyatta-wanloadbalance-e04a3602d2be984a8ec71bf8b69d9b56665d1333.zip
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.
Diffstat (limited to 'src/lbdata.hh')
-rw-r--r--src/lbdata.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lbdata.hh b/src/lbdata.hh
index dd0ac8e..e85adbf 100644
--- a/src/lbdata.hh
+++ b/src/lbdata.hh
@@ -100,6 +100,7 @@ class LBHealth {
string _ping_target;
int _ping_resp_time;
string _nexthop;
+ string _dhcp_nexthop;
LBHealthHistory _hresults;
bool _is_active;
bool _state_changed;
@@ -133,6 +134,9 @@ class LBData {
reset_state_changed();
void
+ update_dhcp_nexthop();
+
+ void
dump();
public: