summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin/prefixes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/sbin/prefixes.php')
-rw-r--r--src/usr/local/sbin/prefixes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/sbin/prefixes.php b/src/usr/local/sbin/prefixes.php
index 048fc11..2626c30 100644
--- a/src/usr/local/sbin/prefixes.php
+++ b/src/usr/local/sbin/prefixes.php
@@ -47,7 +47,7 @@ while (( $line = fgets($fd, 4096)) !== false) {
/* closing bracket */
if (preg_match("/^}/i", $line)) {
- if (isset($duid) && $duid !== false) {
+ if (isset($duid) && $duid !== false && $active === true) {
switch ($type) {
case "ia-na":
$duid_arr[$duid][$type] = $ia_na;
@@ -119,7 +119,7 @@ function extract_duid($ia_string) {
continue;
}
else if ($len - $i >= 4) {
- if (preg_match('/[0-7]{3}/', substr($ia_string, $i+1, $i+4))) {
+ if (preg_match('/[0-3][0-7]{2}/', substr($ia_string, $i+1, 3))) {
$i += 3;
continue;
}
OpenPOWER on IntegriCloud