neutron-fwaas/neutron_fwaas/tests/unit/services/firewall/service_drivers
quyue fa48d16d69 ICMPv6 is not an available protocol when creating firewall rule
When creating IPv6 firewall rule, the network protocol that can be
selected is ICMP TCP UDP or null.
But in fact, ICMPv6 is the message control protocol we actually need
for the firewall rule whose ip-version = 6.

This patch fixes this bug with the following logic:
When creating firewall rule whose "ip-version = 6, protocol = ipv6-icmp"
, we should consider that the "icmp" refers to "ipv6-icmp".

Closes-Bug: #1799904
Change-Id: I27cff5ba9986f30fa4c7ddb12db920300edd521b
2018-11-29 11:00:06 +08:00
..
agents ICMPv6 is not an available protocol when creating firewall rule 2018-11-29 11:00:06 +08:00
__init__.py Implements a plugable backend driver 2018-04-26 17:15:46 +02:00
test_driver_api.py Adding UTs for firewall driver_api 2018-10-16 06:30:12 +00:00