From 46f998d055ee8247847b4043d30037973c6f5650 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Fri, 6 Jun 2008 18:02:00 -0700 Subject: added contract entry for state NEW for initial interface. Also add parameter to specify nexthop via interface in interface-health. This will be mandatory, but currently it is optional in the absence of a migration script. --- src/lbdata.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lbdata.hh') diff --git a/src/lbdata.hh b/src/lbdata.hh index 627507c..857c25a 100644 --- a/src/lbdata.hh +++ b/src/lbdata.hh @@ -89,6 +89,7 @@ class LBHealth { int _failure_ct; string _ping_target; int _ping_resp_time; + string _nexthop; LBHealthHistory _hresults; bool _is_active; bool _state_changed; -- cgit v1.2.3