Project

General

Profile

« Previous | Next » 

Revision 3f9492a7

Added by Seth Mos about 14 years ago

Remove a space, this prevents the dhcp server from starting

View differences:

etc/inc/services.inc
753 753
EOD;
754 754

  
755 755
		if(is_ipaddrv6($dhcpv6ifconf['prefixrange']['from']) && is_ipaddrv6($dhcpv6ifconf['prefixrange']['to'])) {
756
			$dhcpdv6conf .= "	prefix6 {$dhcpv6ifconf['prefixrange']['from']} {$dhcpv6ifconf['prefixrange']['to']} /{$dhcpv6ifconf['prefixrange']['prefixlength']};\n";
756
			$dhcpdv6conf .= "	prefix6 {$dhcpv6ifconf['prefixrange']['from']} {$dhcpv6ifconf['prefixrange']['to']}/{$dhcpv6ifconf['prefixrange']['prefixlength']};\n";
757 757

  
758 758
		}
759 759
    		// default-lease-time

Also available in: Unified diff