rpm/network: disable IPv6 autoconfiguration

When the IPv6 address is given to us from the contextualization
variables, use it and disable autoconfiguration.

(cherry picked from commit 7ffdd1fa30)
pull/58/head
Jan "Yenya" Kasprzak 9 years ago committed by Javi Fontan
parent c2316a74de
commit b513d94c96

@ -116,6 +116,7 @@ gen_iface6_conf() {
cat <<EOT
IPV6INIT=yes
IPV6ADDR=$IPV6
IPV6_AUTOCONF=no
EOT
if [ -n "$MTU" ]; then

Loading…
Cancel
Save