Bug 1173987
Summary: | IPv6 Router Advertisements are blocked in security groups when using radvd based networks. | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Nir Magnezi <nmagnezi> |
Component: | openstack-neutron | Assignee: | Ihar Hrachyshka <ihrachys> |
Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.0 (Juno) | CC: | amuller, chrisw, ihrachys, mlopes, nyechiel, oblaut, tfreger, yeylon |
Target Milestone: | ga | ||
Target Release: | 6.0 (Juno) | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-2014.2.1-3.el7ost | Doc Type: | Known Issue |
Doc Text: |
In deployments using IPv6 networks with OpenStack Networking, IPv6 subnets do not have a gateway set. As a result, IPv6 networks do not work as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-09 15:01:07 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1046786, 1083891 |
Description
Nir Magnezi
2014-12-14 16:43:53 UTC
This was already addressed in: https://bugs.launchpad.net/neutron/+bug/1262759 And fixed in: https://review.openstack.org/#/c/72252/ Was this caused by radvd 2.7? We've reverted to what is shipped in RHEL. What's the version of radvd? If it's 2.+, then it's a known issue and is caused by bug 1169408 that makes all router updates blocked once a radvd-powered subnet is plugged into the router. As Lon stated, we've reverted to 1.* version from RHEL repos, so please check that you're not using 2.+ version. If downgrade to 1.* fixes the problem, it's something we know about. (In reply to Ihar Hrachyshka from comment #5) > What's the version of radvd? If it's 2.+, then it's a known issue and is > caused by bug 1169408 that makes all router updates blocked once a > radvd-powered subnet is plugged into the router. > > As Lon stated, we've reverted to 1.* version from RHEL repos, so please > check that you're not using 2.+ version. If downgrade to 1.* fixes the > problem, it's something we know about. the version is radvd-1.9.2-7.el7.x86_64 so bug 1169408 is probably not related to this. Copying from u/s bug: Subnets do not have gateway_ip set, so no RA rules are set for them. This should be solved by: https://review.openstack.org/#/c/135872/ that is already merged (we just need to backport it to Juno; backport is also requested: https://review.openstack.org/142002). (In reply to Ihar Hrachyshka from comment #7) > Copying from u/s bug: > > Subnets do not have gateway_ip set, so no RA rules are set for them. This > should be solved by: https://review.openstack.org/#/c/135872/ that is > already merged (we just need to backport it to Juno; backport is also > requested: https://review.openstack.org/142002). Confirmed: 1. I captured the radvd link local address 2. Removed the subnet and re-created it with --gateway flag. 3. Verified that there are no any allow icmp rules in the tenant 4. spawned a VM Result: RAs reach the vm tap device, hence the VM obtained an IPv6 address. Verified NVR: openstack-neutron-2014.2.1-5.el7ost.noarch Followed the steps in comment #0. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0148.html |