c30700866e
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
9 lines
372 B
YAML
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.
|