summaryrefslogtreecommitdiff
path: root/src/lbdatafactory.hh
diff options
context:
space:
mode:
authorMichael Larson <mike@ft1.vyatta.com>2009-10-02 14:43:14 -0700
committerMichael Larson <mike@ft1.vyatta.com>2009-10-02 14:43:14 -0700
commitd27fea825e6982a05f932c536c29ae483ae15575 (patch)
tree0fbec1836c548f3cccebe67575d2de0af7faf4e4 /src/lbdatafactory.hh
parent3466b30bc459fe35b4cae8b645978688371b3032 (diff)
downloadvyatta-wanloadbalance-d27fea825e6982a05f932c536c29ae483ae15575.tar.gz
vyatta-wanloadbalance-d27fea825e6982a05f932c536c29ae483ae15575.zip
change name of local packet balancing tag from "disable-local-traffic" to "enable-local-traffic". This preserves previous behavior (i.e. no balancing of local traffic) by default, but can be enable
via the configuration node. Conflicts: scripts/vyatta-wanloadbalance.pl src/lbdecision.cc
Diffstat (limited to 'src/lbdatafactory.hh')
-rw-r--r--src/lbdatafactory.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh
index 6df9e51..358ec8d 100644
--- a/src/lbdatafactory.hh
+++ b/src/lbdatafactory.hh
@@ -44,7 +44,7 @@ private:
process_disablesourcenat(const string &key, const string &value);
void
- process_disablelocaltraffic(const string &key, const string &value);
+ process_enablelocaltraffic(const string &key, const string &value);
void
process_flushconntrack(const string &key, const string &value);