yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16851
[Bug 1330896] Re: firewall rule should not be allowed to create with same source ip and destination ip
** Changed in: neutron
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1330896
Title:
firewall rule should not be allowed to create with same source ip and
destination ip
Status in OpenStack Neutron (virtual network service):
Invalid
Bug description:
DESCRIPTION:
firewall rule should not be allowed to create with same source and destination ip
Steps to Reproduce:
root@IGA-OSC:~# neutron firewall-rule-create --protocol icmp --name r2 --source-ip-address 10.10.10.1 --destination-ip-address 10.10.10.1 --action allow
\Created a new firewall_rule:
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | 10.10.10.1 |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | 1f5a0176-6ce3-4987-8c6b-e986be602a79 |
| ip_version | 4 |
| name | r2 |
| position | |
| protocol | icmp |
| shared | False |
| source_ip_address | 10.10.10.1 |
| source_port | |
| tenant_id | 0ad385e00e97476e9456945c079a21ea |
+------------------------+--------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1330896/+subscriptions
References