Firewall services for OpenStack Neutron.
Go to file
liushy 8de0c36cb9 Support l3 stateless firewall based on OVN
This patch implements a driver based on OVN, it creates port_group
for every l3 firewall_group and adds relating ports to port_group,
it also transforms firewall_rules to stateless acls.

Tests will been put in next patch.

NOTE: it depends on ML2/OVN.

Partially-Implements: blueprint support-l3-firewall-for-ovn-driver
Related-Bug: #1971958
Change-Id: If153645b3da198ef1746e98af80ac6f0a0b41bf9
2024-08-16 10:48:35 +08:00
devstack Support l3 stateless firewall based on OVN 2024-08-16 10:48:35 +08:00
doc remove unicode from code 2022-05-04 23:36:42 +00:00
etc revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
neutron_fwaas Support l3 stateless firewall based on OVN 2024-08-16 10:48:35 +08:00
playbooks revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
releasenotes Support l3 stateless firewall based on OVN 2024-08-16 10:48:35 +08:00
roles/configure_functional_tests revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
tools revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
.coveragerc revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
.gitignore revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:09 +00:00
.mailmap revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
.pre-commit-config.yaml Add pre-commit configuration 2024-05-06 10:21:11 +02:00
.pylintrc disable nonstandard-exception 2024-01-10 13:00:18 +00:00
.stestr.conf revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
.zuul.yaml Merge "Add py312 job to periodic based on testing runtime for 2024.2" 2024-05-30 16:36:04 +00:00
bindep.txt Add libczmq4 to bindep for testing on jammy 2022-07-28 14:51:15 +02:00
CONTRIBUTING.rst revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
HACKING.rst revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
LICENSE revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
pyproject.toml Add pyproject.toml to support pip 23.1 2024-04-19 14:07:47 +02:00
README.rst [doc]remove warning for "deprecate this project" 2022-06-03 14:33:21 +08:00
requirements.txt Bump hacking 2024-02-09 09:58:16 +00:00
setup.cfg Merge "Remove translation sections from setup.cfg" 2024-04-05 23:44:18 +00:00
setup.py Cleanup py27 support 2022-07-28 12:35:06 +00:00
test-requirements.txt Bump hacking 2024-02-09 09:58:16 +00:00
TESTING.rst revive neutron-fwaas project 2022-03-01 01:01:47 +00:00
tox.ini Merge "tox: Drop envdir" 2024-02-13 19:30:59 +00:00

Team and repository tags

image

Welcome!

This package contains the code for the Neutron Firewall as a Service (FWaaS) service. This package requires Neutron to run.

External Resources:

The homepage for Neutron is: https://launchpad.net/neutron. Use this site for asking for help, and filing bugs. We use a single Launchpad page for all Neutron projects.

Code is available on git.openstack.org at: <https://opendev.org/openstack/neutron-fwaas>.

Please refer to Neutron documentation for more information: Neutron README.rst

Get release notes: Neutron FWaaS Release Notes