blob: 2e75c775f7ffd94510b02ffc6a82c51b995e3d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
===================
firewall group rule
===================
A **firewall group rule** represents a collection of attributes like ports, IP
addresses which define match criteria and action (allow, or deny) that needs to
be taken on the matched data traffic.
Network v2
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group rule *
|