summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-09 23:30:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-09 23:30:18 +0000
commitff3cf5b90c4b06eb1d7f4129db5d753c54bce442 (patch)
tree01cfb7dbbcb84d8bae59d6ec528ebc6ec9e46d6e /etc
parent5e593ae44c7ebae56e73686d140ef413fd7f1341 (diff)
downloadpfsense-ff3cf5b90c4b06eb1d7f4129db5d753c54bce442.zip
pfsense-ff3cf5b90c4b06eb1d7f4129db5d753c54bce442.tar.gz
Woops, we want to round robin the outgoing traffic
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6f8ba61..1ae7d9f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1373,7 +1373,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
}
$foundlb = 1;
}
- $line .= "} ";
+ $line .= "} round-robin ";
}
}
/* we're not using load balancing, just setup gateway */
OpenPOWER on IntegriCloud