neutron-lib/releasenotes/notes/add-ip-hopopt-to-protocol-dictionary-3cbe54bb5056f790.yaml
Brian Haley 4f070d2b91 Add 'IP' and 'HOPOPT' protocols to constants
Protocol number zero (0) is supported in security groups,
meaning all IP protocols, so it should be in the constants
dictionary.  For IPv6 it's used for HOPOPT, and has the
same effect in iptables.

Change-Id: Ifa3189a4efc3e184139ce6470731acb07fea23c1
2019-03-25 14:56:19 -04:00

10 lines
358 B
YAML

---
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.