Reviewed: https://review.opendev.org/688656 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f711090ed3d9b6c449a4fbc8ffe2eac7df6da193 Submitter: Zuul Branch: master
commit f711090ed3d9b6c449a4fbc8ffe2eac7df6da193 Author: Tom Stappaerts <[email protected]> Date: Tue Oct 15 10:58:46 2019 +0200 Check mtu on network update When creating a network the mtu of the network is checked against the maximum mtu value. This should also be done on network update. Change-Id: Ie7ea79cb753f360bb0bca7df8484710b5d32ccf7 Closes-Bug: #1848152 ** 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/1848152 Title: Update mtu of network has no validation Status in neutron: Fix Released Bug description: When creating a network the mtu value is checked against the type driver of the physical network by calling _get_network_mtu(self, network_db, validate=True) with validate=True. This check is not performed when doing a network update. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1848152/+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

