fixed "ip=dhcp6"
parent
7d86d90d11
commit
1c894acb42
|
@ -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" ] && \
|
||||
|
|
Loading…
Reference in New Issue