Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/fwaas-address-objects. Description: There is a requirement to be able to capture a group of addresses (IP, MAC, or hostnames) in a single object. This group may be statically or dynamically created and can be referenced in a firewall_rule's source or destination fields. The base extension resource will have provision for static IP object which is either a CIDR or a neutron subnet or a list/range of IP addresses. Subsequent attribute extensions will add support for MAC addresses and host names, and the ability to flag a particular object as "dynamic" (such that the values for this object can be dynamically populated). Specification URL (additional information): None