| commit | ec20aeb90f79ada14d22341455fd447ee8bdc01f | [log] [tgz] |
|---|---|---|
| author | Tong Liu <tongl@vmware.com> | Wed Feb 25 00:14:35 2015 +0000 |
| committer | Tong Liu <tongl@vmware.com> | Mon Mar 02 06:49:21 2015 +0000 |
| tree | 73b264be7a1a3b8167ab890d35137d31b2f98e81 | |
| parent | 8d47b118a656ed80f587e289a71f31a7ddd5b63e [diff] |
Fix ICMP code/type in security group rule test
Security group rule with ICMP protocol has type/code fields which
should follow ICMP specification. Remove the ones that are invalid
and add more meaningful type/code values.
- Echo Request (type 8, code 0)
- Echo Response (type 0, code 0)
- Time Exceeded (type 11, code None)
Change-Id: Ia82193eca71f97581e11badd545ac28236f68f85
Closes-bug: #1425328