Comment 9 for bug 1382562

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

Reviewed: https://review.openstack.org/137269
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=93f2536be5fe6f136e24caa11a5cea2282fb332d
Submitter: Jenkins
Branch: stable/juno

commit 93f2536be5fe6f136e24caa11a5cea2282fb332d
Author: Kevin Benton <email address hidden>
Date: Thu Oct 16 20:53:21 2014 -0700

    Fix handling of CIDR in allowed address pairs

    A CIDR in allowed address pairs would screw up
    the calculation of remote security group member
    IP addresses due to a call that assumed each entry
    was an IP. This patch fixes that an adds a remote
    security group reference to the address pairs SG
    test case to exercise this code-path.

    Closes-Bug: #1382562
    Change-Id: I2676f4b56bce7449579d67fb221b3edb7b885103
    (cherry picked from commit a1e78b2e8836053d8ffb29bce0f862e8a5f19c2f)