← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1330896] [NEW] firewall rule should not be allowed to create with same source ip and destination ip

 

Public bug reported:

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     |
+------------------------+--------------------------------------+

** Affects: neutron
     Importance: Undecided
     Assignee: Koteswara Rao Kelam (koti-kelam)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Koteswara Rao Kelam (koti-kelam)

-- 
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):
  New

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


Follow ups

References