diff options
| author | Zuul <zuul@review.opendev.org> | 2019-08-01 21:54:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-08-01 21:54:02 +0000 |
| commit | daadcd79c5685a2b0f9713693701a156f7404fbf (patch) | |
| tree | d83a8890c8c27acd2164a30879c5abd1b47a9f66 /doc/source | |
| parent | 1bad2cb3c34a2f39e5006f732978c72e9c2caa5a (diff) | |
| parent | 969e6abd20570ae64b3d1fd049da1521fa148b5c (diff) | |
| download | python-openstackclient-daadcd79c5685a2b0f9713693701a156f7404fbf.tar.gz | |
Merge "Support IPv6 addresses better"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/cli/command-objects/security-group-rule.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/source/cli/command-objects/security-group-rule.rst b/doc/source/cli/command-objects/security-group-rule.rst index 5809e002..5a2d8342 100644 --- a/doc/source/cli/command-objects/security-group-rule.rst +++ b/doc/source/cli/command-objects/security-group-rule.rst @@ -27,8 +27,9 @@ Create a new security group rule .. option:: --remote-ip <ip-address> - Remote IP address block - (may use CIDR notation; default for IPv4 rule: 0.0.0.0/0) + Remote IP address block (may use CIDR notation; + default for IPv4 rule: 0.0.0.0/0, + default for IPv6 rule: ::/0) .. option:: --remote-group <group> @@ -134,6 +135,7 @@ List security group rules openstack security group rule list [--all-projects] [--protocol <protocol>] + [--ethertype <ethertype>] [--ingress | --egress] [--long] [<group>] @@ -151,7 +153,6 @@ List security group rules *Compute version 2 does not have additional fields to display.* - .. option:: --protocol List rules by the IP protocol (ah, dhcp, egp, esp, gre, icmp, igmp, @@ -161,6 +162,12 @@ List security group rules *Network version 2* +.. option:: --ethertype + + List rules by the Ethertype (IPv4 or IPv6) + + *Network version 2* + .. option:: --ingress List rules applied to incoming network traffic |
