summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-18 12:26:17 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-18 12:26:17 -0400
commit920d1d015101b998bebdf92b2196cc9def6a7ed3 (patch)
tree4a64835f30d1bdef8cc982182d367aefc80fd6b1 /usr/local/www/firewall_nat_edit.php
parentaa840cf9f1bd54b565c33abd1512570034109b5c (diff)
downloadpfsense-920d1d015101b998bebdf92b2196cc9def6a7ed3.zip
pfsense-920d1d015101b998bebdf92b2196cc9def6a7ed3.tar.gz
Adding hook for interfaces edit
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 5aa069c..e660645 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -476,6 +476,8 @@ include("fbegin.inc"); ?>
<?php
$iflist = get_configured_interface_with_descr(false, true);
+ // Allow extending of the firewall edit interfaces
+ pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/pre_interfaces_edit");
foreach ($iflist as $if => $ifdesc)
if(have_ruleint_access($if))
$interfaces[$if] = $ifdesc;
OpenPOWER on IntegriCloud