From f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3 Mon Sep 17 00:00:00 2001 From: slioch Date: Fri, 24 Jul 2009 16:59:27 -0700 Subject: bug fixes on mult targets. added packet rate limit option to rules --- 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 2901f72..f1a0896 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -97,6 +97,9 @@ private: void process_rule_enablesourcebasedrouting(const string &key, const string &value); + void + process_rule_limit(const string &key, const string &value); + private: bool _debug; LBHealth _lb_health; -- cgit v1.2.3