← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2028660] Re: [fwaas][rfe] support list type of port_range for firewall rule

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2028660

Title:
  [fwaas][rfe] support list type of port_range for firewall rule

Status in neutron:
  Expired

Bug description:
  In some cases, customers want to specify a port list for 'source_port'(or destination_port) when create a firewall rule.
  Currently the api of firewall_rule could not meet the demand. So we want to define a new api which could support it.

  eg. api :
  "firewall_rule":{
      "name": "test_rule",
      "protocol": "tcp",
      "source_port": ["22","23","30:80"]
  }

  anyone has other ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2028660/+subscriptions



References