← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1332571] Re: Multiple constants define linux interface maximum length

 

** Changed in: neutron
       Status: Fix Committed => 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/1332571

Title:
  Multiple constants define linux interface maximum length

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Multiple constants define linux interface maximum length (15):
  * neutron.agent.linux.utils: DEVICE_NAME_LEN in get_interface_mac (=15)
  * neutron.agent.linux.ip_lib: VETH_MAX_NAME_LENGTH (=15)
  * neutron.plugins.common.constants: MAX_DEV_NAME_LEN (=16 incorrect value)

  They should be replaced by a unique constant equals to 15 to ensure
  consistency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1332571/+subscriptions


References