Public bug reported:
When using multiple provider networks type vlan the setting :
"physical_network_mtus = net1:1500, net2:9000" is not taken only the
"global_physnet_mtu=9000"
setting is taken.
It seems that in /neutron/plugins/ml2/plugin.py in function
_get_network_mtu () the call to
type.driver.get_mtu(provider.PHYSICAL_NETWORK) is wrong.
It should be :
mtu = type.driver.get_mtu(s[provider.PHYSICAL_NETWORK])
instead to read out the propper network name.
Thanks
** Affects: neutron
Importance: Undecided
Status: New
** Tags: mtu
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1617284
Title:
ML2 plugin does not set correct MTU for multiple provider networks
Status in neutron:
New
Bug description:
When using multiple provider networks type vlan the setting :
"physical_network_mtus = net1:1500, net2:9000" is not taken only the
"global_physnet_mtu=9000"
setting is taken.
It seems that in /neutron/plugins/ml2/plugin.py in function
_get_network_mtu () the call to
type.driver.get_mtu(provider.PHYSICAL_NETWORK) is wrong.
It should be :
mtu = type.driver.get_mtu(s[provider.PHYSICAL_NETWORK])
instead to read out the propper network name.
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1617284/+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