diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2008-09-25 12:13:25 -0700 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2008-09-25 12:13:25 -0700 |
| commit | bdf25c7abb889b44dc9728a3abe8e153bd828324 (patch) | |
| tree | 0dcdbb6dc99c61b7251896943b61ff336e0706fc /src/lbdatafactory.hh | |
| parent | 9be5bc2b6f7094cd54366aeea659be899cf0122b (diff) | |
| download | vyatta-wanloadbalance-bdf25c7abb889b44dc9728a3abe8e153bd828324.tar.gz vyatta-wanloadbalance-bdf25c7abb889b44dc9728a3abe8e153bd828324.zip | |
fix for bug 3710. also found and fixed another bug with restarting of wlb after changing rule set. this simplifies the application of the rules to
the mangle table.
Diffstat (limited to 'src/lbdatafactory.hh')
| -rw-r--r-- | src/lbdatafactory.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh index 6f5a11a..1ba6b58 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -78,6 +78,7 @@ private: LBHealth _lb_health; LBRule _lb_rule; LBData _lb_data; + int _interface_index; LBData::LBRuleIter _rule_iter; LBData::InterfaceHealthIter _health_iter; |
