summaryrefslogtreecommitdiff
path: root/src/lbdatafactory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbdatafactory.cc')
-rw-r--r--src/lbdatafactory.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lbdatafactory.cc b/src/lbdatafactory.cc
index 9729e62..f169163 100644
--- a/src/lbdatafactory.cc
+++ b/src/lbdatafactory.cc
@@ -179,6 +179,9 @@ LBDataFactory::process(const vector<string> &path, int depth, const string &key,
else if (depth == 4 && key == "ttl") {
process_health_interface_rule_type_udp(l_key,l_value);
}
+ else if (depth == 4 && key == "port") {
+ process_health_interface_rule_type_udp(l_key,l_value);
+ }
else if (depth == 4 && key == "test-script") {
process_health_interface_rule_type_user(l_key,l_value);
}
@@ -294,7 +297,7 @@ LBDataFactory::process_health_interface(const string &key, const string &value)
else if (key == "health") {
//nothing
}
- else {
+ else if (key != "") {
if (_debug) {
cout << "LBDataFactory::process_health(): " << "don't understand this symbol: " << key << endl;
}