summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-16 17:36:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-16 17:36:34 +0000
commit09a86e314c64b1f14c01c8fae7139aee90ebbd79 (patch)
tree12b89cba11f5902ad32d1be1a3ae3705dd2894d6 /usr
parent6f2e9d7f6e8c14756b94303642f3cd6921ef1052 (diff)
downloadpfsense-09a86e314c64b1f14c01c8fae7139aee90ebbd79.zip
pfsense-09a86e314c64b1f14c01c8fae7139aee90ebbd79.tar.gz
Save the return gateway value.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 10e47c1..d859887 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -340,6 +340,7 @@ if ($_POST) {
$filterent['log'] = $_POST['log'] ? true : false;
$filterent['frags'] = $_POST['frags'] ? true : false;
$filterent['descr'] = $_POST['descr'];
+ $filterent['returngateway'] = $_POST['returngateway'];
if (isset($id) && $a_filter[$id])
$a_filter[$id] = $filterent;
OpenPOWER on IntegriCloud