Public bug reported:
Get "FirewallIpAddressConflict" error when update exist IPv6
firewall_rule.
create body:
{
"firewall_rule": {
"action": "reject",
"enabled": true,
"name": "tcp_reject",
"protocol": "tcp",
"source_ip_address": "1::23",
"ip_version": 6
}
}
OK, the firewall_rule will be created successful.
Then I update it like :
{
"firewall_rule": {
"source_ip_address": "1::22"
}
}
returned "FirewallIpAddressConflict" error.
** Affects: neutron
Importance: Undecided
Assignee: zhaobo (zhaobo6)
Status: In Progress
** Changed in: neutron
Assignee: (unassigned) => zhaobo (zhaobo6)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1656739
Title:
Update fw_rule with ipv6 address if not specified ip_version
Status in neutron:
In Progress
Bug description:
Get "FirewallIpAddressConflict" error when update exist IPv6
firewall_rule.
create body:
{
"firewall_rule": {
"action": "reject",
"enabled": true,
"name": "tcp_reject",
"protocol": "tcp",
"source_ip_address": "1::23",
"ip_version": 6
}
}
OK, the firewall_rule will be created successful.
Then I update it like :
{
"firewall_rule": {
"source_ip_address": "1::22"
}
}
returned "FirewallIpAddressConflict" error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1656739/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp