Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/nova-hairpin-vif-attribute. Description: Nova's libvirt driver currently enables hairpinning, which breaks IPv6. Nova's firewall drivers create rules to prevent IPv6 traffic from hairpinning, but when using Neutron for firewalling/security groups the packets return to the instance and break IPv6. Neutron should pass in an attribute for the VIF when hairpinning needs to be enabled for an interface. This means that when Neutron is being used, Libvirt should not enable hairpinning by default. This blueprint is the result of a discussion that disables hairpinning in Nova's libvirt driver. https://review.openstack.org/#/c/56381/ A blueprint has been registered on the Neutron side to return a VIF attribute that Nova will use. https://blueprints.launchpad.net/neutron/+spec/vif-attribute-for-hairpinning Specification URL (additional information): None