summaryrefslogtreecommitdiff
path: root/src/lbdecision.hh
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-07-07 12:36:00 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-07-07 12:36:00 -0700
commit338b2608cc6e7f27152c8b6a256362ebbf08daca (patch)
tree093e62886d067688cc429f771cae3a9b964db007 /src/lbdecision.hh
parent8c53efc2b64c0657d458bc8222bc1b0dbbf05f99 (diff)
downloadvyatta-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.hh2
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