File: add-ip-hopopt-to-protocol-dictionary-3cbe54bb5056f790.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
other:
  - |
    ``IP`` and ``HOPOPT`` keywords were added to
    ``neutron_lib.constants.IP_PROTOCOL_MAP``.
    This allows the use of these keywords to be used when creating
    security group rules to describe either all IP protocols (for IPv4), or
    Hop-by-Hop Options (for IPv6), instead of having to use the number
    zero (0) for this purpose.