fixed "ip=dhcp6"

master
Harald Hoyer 2010-06-17 16:25:28 +02:00
parent 7d86d90d11
commit 1c894acb42
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ for p in $(getargs ip=); do
die "Sorry, automatic calculation of netmask is not yet supported"
;;
auto6);;
dhcp|on|any) \
dhcp|dhcp6|on|any) \
[ -n "$NEEDBOOTDEV" ] && [ -z "$dev" ] && \
die "Sorry, 'ip=$p' does not make sense for multiple interface configurations"
[ -n "$ip" ] && \