summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index abbc446..0f47c63 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1012,9 +1012,8 @@ EOD;
$dnscfgv6 .= " option dhcp6.name-servers " . join(",", $dns_arrv6) . ";";
}
- if(is_ipaddrv6(ifcfgipv6)) {
- $subnet6 = gen_subnetv6($ifcfgipv6, $ifcfgsnv6);
- $dhcpdv6conf .= "subnet6 {$subnet6}/{$ifcfgsnv6} {\n";
+ if(is_ipaddrv6($ifcfgipv6)) {
+ $dhcpdv6conf .= "subnet6 {$subnetv6}/{$ifcfgsnv6} {\n";
} else {
$subnet6 = gen_subnetv6($dhcpv6ifconf['range']['from'], "64");
$dhcpdv6conf .= "subnet6 {$subnet6}/64 {\n";
OpenPOWER on IntegriCloud