Description of problem: Version-Release number of selected component (if applicable): ipvsadm-1.26-2.fc16.x86_64 Steps to Reproduce: 1. Install package ipvsadm 2. Run "ipvsadm -A -t [fc00::1]:80" Actual results: Error message "Operation not supported with specified address family" Expected results: Virtual service should be added for IPv6, as for IPv4, ie. "ipvsadm -A -t 192.168.2.20:80" works as expected. Additional info:
This is not a limitation in the userland tool, as ipvsadm 1.26 should support IPv6 just fine. I had a quick look at my Fedora kernel's configuration, and this seems to be the "problem": CONFIG_IP_VS=m # CONFIG_IP_VS_IPV6 is not set The IPv6 support for LVS isn't enabled in the kernel. Reassigning to the kernel component, as that's where the change needs to happen for it to work.
Ok, I've enabled this in rawhide and f16. Should be available in the next build. Please cc or assign me to ipvs on ipv6 bugs that come in. Thanks!
kernel-3.1.0-0.rc6.git0.3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/kernel-3.1.0-0.rc6.git0.3.fc16
Package kernel-3.1.0-0.rc6.git0.3.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-3.1.0-0.rc6.git0.3.fc16' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/kernel-3.1.0-0.rc6.git0.3.fc16 then log in and leave karma (feedback).
This works as expected now! Thanks for everything!
cool, no problem :)
kernel-3.1.0-0.rc6.git0.3.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.