Reviewed: https://review.openstack.org/613562 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=8dc31ec5f2db6e6ff5b2b4d4a27c239de5e12cfb Submitter: Zuul Branch: master
commit 8dc31ec5f2db6e6ff5b2b4d4a27c239de5e12cfb Author: LIU Yulong <[email protected]> Date: Fri Oct 26 19:40:15 2018 +0800 Disable port number 0 for floating IP port_forwarding Floating IP port forwarding internal or external port number should not allow 0, otherwise you will get some ValueError exception in neutron server. Directly modify the floating-ip-port-forwarding extension to change the external_port and internal_port minimum value. Change-Id: Icb177932f6cf1262757b29cb9b997321704616b7 Closes-Bug: #1799150 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1799150 Title: [l3][port_forwarding] internal/external port should not allow 0 Status in neutron: Fix Released Bug description: ENV: devstack master Floating IP port forwarding internal or external port number should not allow 0, otherwise you will get some ValueError exception in neutron server. Step to reproduce: 1. create router with connected privated subnet and public gateway. 2. create VM to the private subnet 3. create floating IP 4. create port forwarding with internal or external port number 0 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1799150/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

