summaryrefslogtreecommitdiff
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/load-balancing/wan/disable-local-traffic/node.def1
-rw-r--r--templates/load-balancing/wan/enable-local-traffic/node.def1
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/load-balancing/wan/disable-local-traffic/node.def b/templates/load-balancing/wan/disable-local-traffic/node.def
deleted file mode 100644
index 78e2098..0000000
--- a/templates/load-balancing/wan/disable-local-traffic/node.def
+++ /dev/null
@@ -1 +0,0 @@
-help: Set to disable wan load balancing from balancing all locally sourced traffic.
diff --git a/templates/load-balancing/wan/enable-local-traffic/node.def b/templates/load-balancing/wan/enable-local-traffic/node.def
new file mode 100644
index 0000000..2aa168a
--- /dev/null
+++ b/templates/load-balancing/wan/enable-local-traffic/node.def
@@ -0,0 +1 @@
+help: Set to enable wan load balancing for locally sourced traffic.