summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-20 22:03:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-20 22:03:56 +0000
commitc55b323d6100c3ca8ef32c7b857d12e5bca2dd80 (patch)
tree0ec14ed92198ba662b73e8c095b7b313a4dfd7f3 /usr/local/www/firewall_nat_out.php
parentebe6af2ec3b519cbcd4ac498f03778cf17288e0e (diff)
downloadpfsense-c55b323d6100c3ca8ef32c7b857d12e5bca2dd80.zip
pfsense-c55b323d6100c3ca8ef32c7b857d12e5bca2dd80.tar.gz
Add Outgoing load balancing
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 1f43278..a24caa8 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -2,8 +2,10 @@
<?php
/*
firewall_nat_out.php
- part of m0n0wall (http://m0n0.ch/wall)
+ Copyright (C) 2004 Scott Ullrich
+ All rights reserved.
+ originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
@@ -42,7 +44,6 @@ if ($_POST) {
$pconfig = $_POST;
$config['nat']['advancedoutbound']['enable'] = ($_POST['enable']) ? true : false;
- $config['nat']['enableoutboundloadbalancing'] = $_POST['enableoutboundloadbalancing'] ? true : false;
write_config();
$retval = 0;
@@ -95,6 +96,7 @@ if ($_GET['act'] == "del") {
<li class="tabinact"><a href="firewall_nat_server.php">Server NAT</a></li>
<li class="tabinact"><a href="firewall_nat_1to1.php">1:1</a></li>
<li class="tabact">Outbound</li>
+ <li class="tabinact"><a href="firewall_nat_out_load_balancing.php">Outbound Load Balancing</a></li>
</ul>
</td></tr>
<tr>
OpenPOWER on IntegriCloud