We are tickled pink to announce the release of: neutron-fwaas 13.0.3: OpenStack Networking FWaaS This release is part of the rocky stable release series. The source is available from: https://opendev.org/openstack/neutron-fwaas Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-fwaas 13.0.2..13.0.3 --------------------------------------- dc6bdfe24 Fix sorting of filter rules in legacy_conntrack module 2f528c33f Fix list_entries for netlink_lib when running on py3 fc59b08ff Fix AttributeError with third-party L3 service plugins 20fd02611 FWaaS-DVR: FWaaS rules not updated in DVR routers on compute host Diffstat (except docs and test files) ------------------------------------- neutron_fwaas/privileged/netlink_lib.py | 2 +- neutron_fwaas/services/firewall/fwaas_plugin.py | 24 +++++++++++++- .../agents/drivers/linux/legacy_conntrack.py | 14 +++++++- .../agents/drivers/linux/test_legacy_conntrack.py | 10 ++++++ .../unit/services/firewall/test_fwaas_plugin.py | 38 ++++++++++++++++++++++ 5 files changed, 85 insertions(+), 3 deletions(-)