How can I permanently disable autoconfiguration of IPv6 in Linux? When I try to manually delete an address from an interface with:
ip -6 addr del 2001:0db8:85a3:0000:0000:8a2e:0370:7334/64 dev eth1
It will reappear a few seconds later, I want it to be gone permanently, but without disabling IPv6 all together.