diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2009-07-21 11:50:09 -0700 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-21 11:50:09 -0700 |
| commit | f947ef5883cd890a2cdc3e250f6790f3a630492f (patch) | |
| tree | ceb0582cfb652bbef942f3a63661a3a60f9adb9a /src/lbdatafactory.hh | |
| parent | 25d9851b65fed9297caaa01b47ec6bae76d8c954 (diff) | |
| download | vyatta-wanloadbalance-f947ef5883cd890a2cdc3e250f6790f3a630492f.tar.gz vyatta-wanloadbalance-f947ef5883cd890a2cdc3e250f6790f3a630492f.zip | |
added udp ttl limited test type to health check. modified configuration layout. modified op mode command to
provide indication on multiple target success/failures.
Diffstat (limited to 'src/lbdatafactory.hh')
| -rw-r--r-- | src/lbdatafactory.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh index 74b2df6..2901f72 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -68,7 +68,7 @@ private: process_health_interface_rule_type_resptime(const string &key, const string &value); void - process_health_interface_rule_type_ttl(const string &key, const string &value); + process_health_interface_rule_type_udp(const string &key, const string &value); void process_rule(const string &key, const string &value); |
