diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2009-07-24 16:59:27 -0700 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-24 16:59:27 -0700 |
| commit | f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3 (patch) | |
| tree | 07bf2b8289e4bffc561f5d0fc7bb1c664d7ee6da /src/lbdatafactory.hh | |
| parent | e99605daeed8b412073694ee35d54da78920703f (diff) | |
| download | vyatta-wanloadbalance-f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3.tar.gz vyatta-wanloadbalance-f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3.zip | |
bug fixes on mult targets. added packet rate limit option to rules
Diffstat (limited to 'src/lbdatafactory.hh')
| -rw-r--r-- | src/lbdatafactory.hh | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
