yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #39378
[Bug 1501152] [NEW] Firewall Rule can be created with IPv4 Source address and IPv6 Destination address
Public bug reported:
reedip@reedip-VirtualBox:/opt/stack/logs$ neutron firewall-rule-create --source-ip-address 1.1.1.1 --destination-ip-address 1::1 --protocol tcp --action allow
Created a new firewall_rule:
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | 1::1 |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | 92abcef7-56ac-4730-bf06-cde88a2b84e8 |
| ip_version | 4 |
| name | |
| position | |
| protocol | tcp |
| shared | False |
| source_ip_address | 1.1.1.1 |
| source_port | |
| tenant_id | f0e01e9a74684ed68e2f95565873c6fe |
+------------------------+--------------------------------------+
reedip@reedip-VirtualBox:/opt/stack/logs$
** Affects: neutron
Importance: Undecided
Assignee: Reedip (reedip-banerjee)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Reedip (reedip-banerjee)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1501152
Title:
Firewall Rule can be created with IPv4 Source address and IPv6
Destination address
Status in neutron:
New
Bug description:
reedip@reedip-VirtualBox:/opt/stack/logs$ neutron firewall-rule-create --source-ip-address 1.1.1.1 --destination-ip-address 1::1 --protocol tcp --action allow
Created a new firewall_rule:
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | 1::1 |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | 92abcef7-56ac-4730-bf06-cde88a2b84e8 |
| ip_version | 4 |
| name | |
| position | |
| protocol | tcp |
| shared | False |
| source_ip_address | 1.1.1.1 |
| source_port | |
| tenant_id | f0e01e9a74684ed68e2f95565873c6fe |
+------------------------+--------------------------------------+
reedip@reedip-VirtualBox:/opt/stack/logs$
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1501152/+subscriptions
Follow ups