From d27fea825e6982a05f932c536c29ae483ae15575 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Fri, 2 Oct 2009 14:43:14 -0700 Subject: 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 --- templates/load-balancing/wan/disable-local-traffic/node.def | 1 - templates/load-balancing/wan/enable-local-traffic/node.def | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 templates/load-balancing/wan/disable-local-traffic/node.def create mode 100644 templates/load-balancing/wan/enable-local-traffic/node.def (limited to 'templates') 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. -- cgit v1.2.3