Comment 3 for bug 1328288

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/98911
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1222366f6dadf7ce2a810c919344054196134db8
Submitter: Jenkins
Branch: master

commit 1222366f6dadf7ce2a810c919344054196134db8
Author: Kevin Benton <email address hidden>
Date: Fri Jun 6 08:15:38 2014 -0700

    OVS Agent: limit veth names to 15 chars

    The maximum length of a veth interface name is 15 characters.
    This patch limits the length of the veth names created for
    integration bridges by switching to a fixed-length hashing
    mechanism if the normal name would exceed the allowed length.

    Closes-Bug: #1328288
    Change-Id: I432cee62a6dc91f268becbc91f8024c23dd0bfac