From d7e0e1579b84215eee801e0e033c0b60eb09a1c8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Aug 2008 09:41:27 -0700 Subject: fix for bug 3620. exclusion option is now provided and will create an accept rule. For an exclusion the user does not need to configure interfaces for that rule to balance across. --- src/lbdatafactory.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lbdatafactory.hh') diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh index a9c6a3e..2ff0eb1 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -49,6 +49,9 @@ private: void process_rule(const string &key, const string &value); + void + process_rule_exclude(const string &key, const string &value); + void process_rule_protocol(const string &key, const string &value); -- cgit v1.2.3