neutron/neutron/tests/functional/services/portforwarding
LIU Yulong 9749fd270c Prevent create port forwarding to port which has binding fip
For dvr scenario, if port has a bound floating, and then create
port forwarding to it, this port forwarding will not work, due to
the traffic is redirected to dvr rules.

This patch restricts such API request, if user try to create port
forwarding to a port, check if it has bound floating IP first.
This will be run for all type of routers, since neutron should
not let user to waste public IP address on a port which already
has a floating IP, it can take care all the procotol port
numbers.

Conflicts:
    neutron/services/portforwarding/pf_plugin.py

Closes-Bug: #1799137
Change-Id: I4ba4b023d79185f8d478d60ce16417d3501bf785
(cherry picked from commit b8d2ab8543)
2019-06-19 17:04:10 +02:00
..
__init__.py [server side] Floating IP port forwarding plugin 2018-07-26 11:43:34 +08:00
test_port_forwarding.py Prevent create port forwarding to port which has binding fip 2019-06-19 17:04:10 +02:00