Comment 2 for bug 1301838

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/85026
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7607e3da884551e5c4cfe49de390afbddbb2a9b3
Submitter: Jenkins
Branch: master

commit 7607e3da884551e5c4cfe49de390afbddbb2a9b3
Author: sridhargaddam <email address hidden>
Date: Thu Apr 3 18:30:07 2014 +0530

    Security Group rule validation for ICMP rules

    Currently there is no validation in Security Group rules
    when an ICMP rule is added with icmp code alone. A rule
    is getting added but there is a mismatch between SG rules
    and the corresponding iptables rule that is added.
    This patch does the necessary validation on the input.

    Closes-Bug: #1301838
    Change-Id: I510abac4c426f68ea57c99a5fef3da4058f88797