]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Check ICMP codes in range [0,255]
authorhuangpengtao <huangpengtao@huawei.com>
Sun, 30 Aug 2015 02:43:50 +0000 (10:43 +0800)
committerhuangpengtao <huangpengtao@huawei.com>
Wed, 9 Sep 2015 14:28:26 +0000 (22:28 +0800)
commit91c476dcc5cd2192d0c43ca51a1b258b9c331fc4
tree16649259d85d8a20eb803aa6f8e4eff28b622b2d
parent658897897dd34ed473c142de65bfc82d0e8068f1
Check ICMP codes in range [0,255]

ICMP allows codes between 0 and 255, this change
adds a check for codes range min value.

DocImpact
APIImpact

Closes-Bug: #1486300

Change-Id: Ic7a49458448fad16447b914bb15742515661a851
neutron/db/securitygroups_db.py
neutron/tests/api/test_security_groups_negative.py