Don't write DHCPV6C=yes for each dhcp (ipv4) configuration.

Caused probably by commit 32ec0a762d
master
Radek Vykydal 2013-03-14 09:50:07 +01:00 committed by Harald Hoyer
parent fc4e10a859
commit c5a742a3bf
1 changed files with 1 additions and 3 deletions

View File

@ -105,9 +105,7 @@ for netif in $IFACES ; do
echo "UUID=$uuid"
[ -n "$mtu" ] && echo "MTU=$mtu"
if [ -f /tmp/net.$netif.lease ]; then
strstr "$ip" '*:*:*' &&
echo "IPV6INIT=yes"
echo "DHCPV6C=yes"
strstr "$ip" '*:*:*' && echo "IPV6INIT=yes"
echo "BOOTPROTO=dhcp"
cp /tmp/net.$netif.lease /tmp/ifcfg-leases/dhclient-$uuid-$netif.lease
else