Comment 5 for bug 1634082

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-hyperv (stable/newton)

Reviewed: https://review.openstack.org/395077
Committed: https://git.openstack.org/cgit/openstack/networking-hyperv/commit/?id=08eba4e73081882f590ccd2dc50faea0b8e8ea61
Submitter: Jenkins
Branch: stable/newton

commit 08eba4e73081882f590ccd2dc50faea0b8e8ea61
Author: Alin Balutoiu <email address hidden>
Date: Sun Oct 16 21:38:36 2016 +0300

    Fixes port security rules deletion

    Port security rules might contain rules that apply
    to any protocol.

    Currently there is no checking to see if a rule
    which will be deleted belongs to a security
    rule that applies to all protocols.

    This patch addresses this issue by adding a check
    to make sure the rule can be safely removed.

    Closes-Bug: #1634082
    Change-Id: Icfa7d77609394a2a7030f68c2643baf309a5de74
    (cherry picked from commit 02e2337ac7223f97d78812846defe345372b785e)