summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-08-02 17:02:06 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-08-02 17:02:06 +0545
commitc9a98f18f50d9cc607950220e3773ccbe181d110 (patch)
tree27ecd4e1f46d1a39dfe126e68240b0026f83339e /usr/local/www/status_interfaces.php
parent4e35161b706f84abafacb496706b74f5c9fa169f (diff)
downloadpfsense-c9a98f18f50d9cc607950220e3773ccbe181d110.zip
pfsense-c9a98f18f50d9cc607950220e3773ccbe181d110.tar.gz
require filter.inc so filter_configure is defined
The "renew" button on a DHCP connection ends up calling function interface_dhcpv6_configure() in interfaces.inc, which in turn calls filter_configure() (in filter.inc) but gives the error: Fatal error: Call to undefined function filter_configure() in /etc/inc/interfaces.inc on line 3350 See forum post: http://forum.pfsense.org/index.php/topic,52046.0.html
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index e880316..9a1c620 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -43,6 +43,7 @@
##|-PRIV
require_once("guiconfig.inc");
+require_once("filter.inc");
if ($_GET['if']) {
$interface = $_GET['if'];
OpenPOWER on IntegriCloud