Bug 1854334
| Summary: | Backport fix for IPv6 Router Advertisement filtering | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jakub Libosvar <jlibosva> |
| Component: | python-networking-ovn | Assignee: | Jakub Libosvar <jlibosva> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eran Kuris <ekuris> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.1 (Train) | CC: | amcleod, apevec, ctrautma, jishi, lhh, majopela, ovnteam, ralongi, scohen |
| Target Milestone: | z1 | Keywords: | Reopened, TestOnly, Tracking, Triaged |
| Target Release: | 16.1 (Train on RHEL 8.2) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
There is a known issue with the OVN filter packets that `ovn-controller` generates. Router Advertisements that receive ACL processing in OVN are dropped if there is no explicit ACL rule to allow this traffic.
+
Workaround: Enter the following command to create a security rule:
+
`openstack security group rule create --ethertype IPv6 --protocol icmp --icmp-type 134 <SECURITY_GROUP>`
|
Story Points: | --- |
| Clone Of: | 1854333 | Environment: | |
| Last Closed: | 2023-10-23 17:49:45 UTC | Type: | --- |
| 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: | 1848398, 1854333 | ||
| Bug Blocks: | |||
|
Description
Jakub Libosvar
2020-07-07 08:16:31 UTC
The workaround is to create a security group rule that allows IPv6 ethertype icmp protocol with 134 ICMP type in the ingress direction. *** This bug has been marked as a duplicate of bug 1848398 *** *** This bug has been marked as a duplicate of bug 1848398 *** Re-opening for testing purposes verified on RHOS-16.1-RHEL-8-20210804.n.0 |