From f947ef5883cd890a2cdc3e250f6790f3a630492f Mon Sep 17 00:00:00 2001 From: slioch Date: Tue, 21 Jul 2009 11:50:09 -0700 Subject: added udp ttl limited test type to health check. modified configuration layout. modified op mode command to provide indication on multiple target success/failures. --- src/lbdatafactory.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lbdatafactory.hh') 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); -- cgit v1.2.3