neutron/releasenotes/notes/add-port-forwarding-using-port-ranges-085ca6ae0d3c60a6.yaml
Pedro Martins b271c82d10 Extend database to support portforwardings with port range
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
2022-03-15 09:10:23 -03:00

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.