diff options
Diffstat (limited to 'src/lbdatafactory.hh')
| -rw-r--r-- | src/lbdatafactory.hh | 6 |
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; |
