File: add-port-ranges-support-in-port-forwarding-417da8ef7e2ec140.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Add new fields ``internal_port_range`` and ``external_port_range`` to
    allow users to create port forwardings using port ranges instead of
    creating the ports rules one by one.

    Update fields ``internal_port`` and ``external_port`` in floating ip
    portforwardings to be optional, as now you can chose between using them
    or the ``internal_port_range`` and ``external_port_range`` fields.