b271c82d10
This patch is the second of a series of patches to implement floating ip port forwarding with port ranges. The specification is defined in: https://github.com/openstack/neutron-specs/blob/master/specs/wallaby/port-forwarding-port-ranges.rst Implements: blueprint floatingips-portforwarding-ranges Related-Bug: #1885921 Change-Id: I43e0b669096df865f37c74ddbd050b3b177fd5e5
8 lines
257 B
YAML
8 lines
257 B
YAML
---
|
|
|
|
features:
|
|
- |
|
|
Add support for port ranges in the port forwarding rules.
|
|
The supported ranges are N:M with N <= M. Also, the ranges
|
|
of internal and external ports relation must be:
|
|
internal range = external range or internal range = 1. |