yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16830
[Bug 1336800] [NEW] neutron firewall-rule-show is not displaying protocol field when set to any
Public bug reported:
DESCRIPTION:
neutron firewall-rule-show is not displaying protocol field when set to any
Steps to Reproduce:
create a firewall rule with protocol option as any
check the protocol field in neutron firewall-rule-show <rule-id>
Actual Results:
root@IGA-OSC:~# fwrc --name r4 --protocol any --action allow
Created a new firewall_rule:
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | efa447cd-f411-48b2-a9dc-804b42fd371b |
| ip_version | 4 |
| name | r4 |
| position | |
| protocol | |
| shared | False |
| source_ip_address | |
| source_port | |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+------------------------+--------------------------------------+
root@IGA-OSC:~# fwrs r4
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | efa447cd-f411-48b2-a9dc-804b42fd371b |
| ip_version | 4 |
| name | r4 |
| position | |
| protocol | |
| shared | False |
| source_ip_address | |
| source_port | |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+------------------------+--------------------------------------+
** Affects: neutron
Importance: Undecided
Assignee: Koteswara Rao Kelam (koti-kelam)
Status: New
** Tags: fwaas
** 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/1336800
Title:
neutron firewall-rule-show is not displaying protocol field when set
to any
Status in OpenStack Neutron (virtual network service):
New
Bug description:
DESCRIPTION:
neutron firewall-rule-show is not displaying protocol field when set to any
Steps to Reproduce:
create a firewall rule with protocol option as any
check the protocol field in neutron firewall-rule-show <rule-id>
Actual Results:
root@IGA-OSC:~# fwrc --name r4 --protocol any --action allow
Created a new firewall_rule:
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | efa447cd-f411-48b2-a9dc-804b42fd371b |
| ip_version | 4 |
| name | r4 |
| position | |
| protocol | |
| shared | False |
| source_ip_address | |
| source_port | |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+------------------------+--------------------------------------+
root@IGA-OSC:~# fwrs r4
+------------------------+--------------------------------------+
| Field | Value |
+------------------------+--------------------------------------+
| action | allow |
| description | |
| destination_ip_address | |
| destination_port | |
| enabled | True |
| firewall_policy_id | |
| id | efa447cd-f411-48b2-a9dc-804b42fd371b |
| ip_version | 4 |
| name | r4 |
| position | |
| protocol | |
| shared | False |
| source_ip_address | |
| source_port | |
| tenant_id | d9481c57a11c46eea62886938b5378a7 |
+------------------------+--------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1336800/+subscriptions
Follow ups
References