summaryrefslogtreecommitdiff
path: root/src/lbdatafactory.hh
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-07-07 12:45:23 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-07-07 12:45:23 -0700
commit45432c0b011ba08fa1056fddcf41fbba2adec0b2 (patch)
treeba82ed9ce38c2a4e88916d5a97413cb9d3839078 /src/lbdatafactory.hh
parent9a0717eedce98f37e2962da6104d83ceaee1f73a (diff)
downloadvyatta-wanloadbalance-45432c0b011ba08fa1056fddcf41fbba2adec0b2.tar.gz
vyatta-wanloadbalance-45432c0b011ba08fa1056fddcf41fbba2adec0b2.zip
fix for bug 4658. Move enable-source-based-routing to per rule basis from global setting.
Conflicts: src/lbdecision.cc
Diffstat (limited to 'src/lbdatafactory.hh')
-rw-r--r--src/lbdatafactory.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh
index 9aefda0..d11446a 100644
--- a/src/lbdatafactory.hh
+++ b/src/lbdatafactory.hh
@@ -47,9 +47,6 @@ private:
process_flushconntrack(const string &key, const string &value);
void
- process_enablesourcebasedrouting(const string &key, const string &value);
-
- void
process_health(const string &key, const string &value);
void
@@ -79,6 +76,9 @@ private:
void
process_rule_inbound_interface(const string &key, const string &value);
+ void
+ process_rule_enablesourcebasedrouting(const string &key, const string &value);
+
private:
bool _debug;
LBHealth _lb_health;