← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1336800] Re: neutron firewall-rule-show is not displaying protocol field when set to any

 

** Project changed: neutron => python-neutronclient

-- 
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 Python client library for Neutron:
  In Progress

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/python-neutronclient/+bug/1336800/+subscriptions


References