diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-07-07 12:36:00 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-07 12:36:00 -0700 |
commit | 338b2608cc6e7f27152c8b6a256362ebbf08daca (patch) | |
tree | 093e62886d067688cc429f771cae3a9b964db007 /src/lbdecision.hh | |
parent | 8c53efc2b64c0657d458bc8222bc1b0dbbf05f99 (diff) | |
download | vyatta-wanloadbalance-338b2608cc6e7f27152c8b6a256362ebbf08daca.tar.gz vyatta-wanloadbalance-338b2608cc6e7f27152c8b6a256362ebbf08daca.zip |
fix for bug 4083. Names in mangle table now reference outbound interface as per comments in bug.
Diffstat (limited to 'src/lbdecision.hh')
-rw-r--r-- | src/lbdecision.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbdecision.hh b/src/lbdecision.hh index 887a0d6..fdfdfb3 100644 --- a/src/lbdecision.hh +++ b/src/lbdecision.hh @@ -39,7 +39,7 @@ private: void insert_default(string cmd, int table); - map<int,float> + map<string,float> get_new_weights(LBData &data, LBRule &rule); string |