rpm/network: disable IPv6 autoconfiguration

When the IPv6 address is given to us from the contextualization
variables, use it and disable autoconfiguration.
pull/49/head
Jan "Yenya" Kasprzak 9 years ago
parent e100dcc14c
commit 7ffdd1fa30

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

Loading…
Cancel
Save