Neutron shared routines and utilities.
db04334582
Since the restriction on ethertypes is being raised so that ethertypes other than IPv4 and IPv6 can be specified in security group rules, add a validator to ensure that ethertypes will be a valid two octet value. The ethertype handling is configurable so make sure the validator handles both possible configuration alternatives: the original style where only IPv4 and IPv6 are valid, and the new style where any valid two octet number (or it's string equivalent) works. Related-Bug: #1832758 Needed-By: https://review.opendev.org/670203 Change-Id: I900f370f1de20b5137f138e54c5eec2102f77cce |
||
---|---|---|
api-ref/source | ||
doc | ||
neutron_lib | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
neutron-lib
Neutron shared routines and utilities
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: https://opendev.org/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Features
- TODO