fwaas - ip_version and IP address conflicts are not raised
Bug #1487599 reported by
Sean M. Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Unassigned |
Bug Description
The FwaaS API currently allows the creation of firewall rules where the IP version is 4 but the source and destination IPs are IPv6 addresses.
http://
This causes failures when a firewall is created, because iptables is being invoked with IPv6 addresses, which causes an exception in the iptables driver.
Changed in neutron: | |
assignee: | Sean M. Collins (scollins) → Reedip (reedip-banerjee) |
Changed in neutron: | |
importance: | Undecided → High |
milestone: | none → mitaka-1 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/215768
Review: https:/