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 /releasenotes/notes | |
| parent | 1bad2cb3c34a2f39e5006f732978c72e9c2caa5a (diff) | |
| parent | 969e6abd20570ae64b3d1fd049da1521fa148b5c (diff) | |
| download | python-openstackclient-daadcd79c5685a2b0f9713693701a156f7404fbf.tar.gz | |
Merge "Support IPv6 addresses better"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/better-ipv6-address-suppport-security-group-rules-95272847349982e5.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/better-ipv6-address-suppport-security-group-rules-95272847349982e5.yaml b/releasenotes/notes/better-ipv6-address-suppport-security-group-rules-95272847349982e5.yaml new file mode 100644 index 00000000..6cac67cf --- /dev/null +++ b/releasenotes/notes/better-ipv6-address-suppport-security-group-rules-95272847349982e5.yaml @@ -0,0 +1,15 @@ +--- +features: + - | + Security group rules can now be filtered by Ethertype in + ``security group rule list`` using ``--ethertype`` with either + ``ipv4`` or ``ipv6`` as an argument. +upgrade: + - | + Security group rule listings now have the ``Ethertype`` field displayed + by default to more easily differentiate between IPv4 and IPv6 rules. + In addition, the ``IP Range`` field of a security group will be + changed to ``0.0.0.0/0`` for IPv4 and ``::/0`` for IPv6 if no + value is returned for the address, based on the Ethertype field of + the rule. For further information see + [Bug `1735575 <https://bugs.launchpad.net/bugs/1735575>`_] |
