neutron-lib/releasenotes/notes/add_fwg_group-9252d07f1011613d.yaml
German Eichberger c30700866e Adds Remote Firewall Groups to FWaaS V2 Rules
In the original spec
(https://specs.openstack.org/openstack/neutron-specs/specs/mitaka/fwaas-api-2.0.html)
FWaaS V2 introduced remote firewall groups. This
implements them in the API.

Change-Id: I4086278fe90ec68631ae1dbba4b17f8cf06005ed
2018-01-08 10:51:09 -08:00

9 lines
372 B
YAML

---
features:
- |
Updated fwaas API extension definition to include previously missing
ability to specify remote firewall groups for ingress and egress traffic.
When a firewall group rule specifies a remote group, for example an
ingress rule in fwgA specifies a remote group of fwgB, that means only
packets from fwgB could match this ingress rule.