neutron/releasenotes/notes/lb-nftables-8252105fb23ec75d.yaml
Rodolfo Alonso Hernandez 960b810eac Document Linux Bridge compatibility with "nftables"
Until the migration to the new native "nftables" API is completed,
Neutron Linux Bridge mechanism driver can work with:
- The legacy binaries ("iptables", "ip6tables", "arptables" and
  " ebtables").
- The "nftables" legacy API tools. "ipset" tool is not compatible
  with "nftables" and must be disabled.

Closes-Bug: #1915341
Related-Bug: #1508155
Related-Bug: #1922892

Change-Id: I10ef4e9124ba8f243680acde506eebc586c2f9a7
2021-04-09 08:23:03 +00:00

8 lines
264 B
YAML

---
issues:
- |
When using Linux Bridge mechanism driver in newer operating systems that
use ``nftables`` by default, it is needed to switch back to the legacy
tool, as documented in the admin documentation for ``Linux bridge
mechanism driver``.