eb4cfbdb78
Just fixed some grammatical issues in the release note. Change-Id: Ie6b8e300ca0c2aafb5bea32f6bb6326dee1d9c28
12 lines
552 B
YAML
12 lines
552 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a MAC learning issue when OVS offload is enabled. The OVS firewall
|
|
reduces the usage of normal actions to reduce CPU utilization. This
|
|
causes insertion of a flood rule because there is no MAC learning on
|
|
ingress traffic. While this is okay for the non-offload case, when using
|
|
OVS offload the flood rule is not being offloaded. This fixes the MAC
|
|
learning in the offload case, so we avoid the flood rule. For more
|
|
information, see bug
|
|
`1897637 <https://bugs.launchpad.net/neutron/+bug/1897637>`_.
|