Bug 1149763
Summary: | Router Advertisements should be allowed by default | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Nir Magnezi <nmagnezi> |
Component: | openstack-neutron | Assignee: | Ihar Hrachyshka <ihrachys> |
Status: | CLOSED WORKSFORME | QA Contact: | Ofer Blaut <oblaut> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | chrisw, nyechiel, pablo.iranzo, yeylon |
Target Milestone: | --- | ||
Target Release: | Juno | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-29 14:37:33 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: | 1083891, 1148877, 1149504, 1149505 |
Description
Nir Magnezi
2014-10-06 14:58:42 UTC
Related patch: https://review.openstack.org/#/c/72252/ As a side note: a rule to allow all ICMP from fe80::/4, would allow all ICMP traffic with IPv6 source address starting with just 'f'/'1111'. The IPv6 link-local scope, which I believe you tried to allow here, is fe80::/10. I wonder whether I need to set gateway in case of openstack RADVD (slaac/slaac for ipv6 subnet flags). I've created a subnet, made sure ipv6 is enabled (it was disabled in my lab f20 kickstart file, so I needed to modify sysctl.conf to write 0 into disable_ipv6 /proc file), started an instance plugged into the network that contained the subnet, and it correctly received RA from RADVD. tcpdump showed advertisements, and Cirros was able to set proper prefix for eth0. I suspect we need more clear reproduction steps. Closing the bug as WORKSFORME. I was able to receive RAs inside an instance on a host with ipv6 enabled (NB: make sure your host is enabled for ipv6 too!) (In reply to Ihar Hrachyshka from comment #4) > Closing the bug as WORKSFORME. I was able to receive RAs inside an instance > on a host with ipv6 enabled (NB: make sure your host is enabled for ipv6 > too!) Indeed the interface configuration caused that issue. |