← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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?

** Affects: neutron
     Importance: Undecided
         Status: New

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

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



Follow ups