https://bugzilla.novell.com/show_bug.cgi?id=734777 https://bugzilla.novell.com/show_bug.cgi?id=734777#c3 --- Comment #3 from Marius Tomaschewski <mt@suse.com> 2011-12-05 15:53:22 UTC --- BTW: For example, I'm using the following on a kvm hosts... Perhaps it is possible to remove >50% of them, but ... they work fine :-) (I want IPv6 on bond0 and lo and defaultroute via bond0, but without Prefix:EUI-64 address as the host gets its IP from dhcpv6 client. And I don't want any other interface is using IPv6, because this are links/bridges into VLAN nets for my VMs, not for the host :-) # cat /etc/sysconfig/network/ifsysctl net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.all.autoconf = 0 net.ipv6.conf.lo.disable_ipv6 = 0 net.ipv6.conf.eth0.disable_ipv6 = 1 net.ipv6.conf.eth1.disable_ipv6 = 1 net.ipv6.conf.eth2.disable_ipv6 = 1 net.ipv6.conf.bond0.autoconf = 0 net.ipv6.conf.bond0.disable_ipv6 = 0 net.ipv6.conf.bond0/22.disable_ipv6 = 1 net.ipv6.conf.bond0/23.disable_ipv6 = 1 net.ipv6.conf.br2200.disable_ipv6 = 1 net.ipv6.conf.br2300.disable_ipv6 = 1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.