File: better-ipv6-address-suppport-security-group-rules-95272847349982e5.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (14 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Add ``--ethertype`` option to ``security group rule list`` command.
    Valid values are ``ipv4`` and ``ipv6``.
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>`_]