summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-01 08:16:30 -0400
committerjim-p <jimp@pfsense.org>2012-06-01 08:16:30 -0400
commit06392e406a2ea9f159ebc8d52db87344d14d9091 (patch)
tree8cd88788565cf44d32b65825d19349e78fbd5d9f /usr/local/www/system_routes_edit.php
parent31bdb9e51cf26424fb7a7d40ad4a812edcc092c6 (diff)
downloadpfsense-06392e406a2ea9f159ebc8d52db87344d14d9091.zip
pfsense-06392e406a2ea9f159ebc8d52db87344d14d9091.tar.gz
Fix function call name
Diffstat (limited to 'usr/local/www/system_routes_edit.php')
-rwxr-xr-xusr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index dfef30a..586e2d2 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -129,7 +129,7 @@ if ($_POST) {
$tgt .= "/128";
if (!is_subnet($tgt))
continue;
- if (!is_subnet_v6($tgt))
+ if (!is_subnetv6($tgt))
continue;
$new_targets[] = $tgt;
}
OpenPOWER on IntegriCloud