Comment 13 for bug 1439817

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

Reviewed: https://review.openstack.org/174220
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8e24c7ef566fac7a41b40a12d3480fbdd0ab252b
Submitter: Jenkins
Branch: master

commit 8e24c7ef566fac7a41b40a12d3480fbdd0ab252b
Author: Miguel Angel Ajo <email address hidden>
Date: Thu Apr 16 06:28:38 2015 +0000

    Reduce prefix and suffix length in ipsets

    The new NET prefix introduced by I8177699b157cd3eac46e2f481f47b5d966c49b07
    increases collision chances by trimming the sg_id by 3 more chars.

    This patch reduces the prefix to 1 single char and also reduces the
    swap suffix to reduce the chances of collision.

    Change-Id: I8a1559e173a05b2297c5cd2efa9fee7627b88a4f
    Related-Bug: #1439817
    Related-Bug: #1444397