Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Expand comma-separated CidrIp list #43

Open
fbrnc opened this issue Oct 10, 2016 · 0 comments
Open

Expand comma-separated CidrIp list #43

fbrnc opened this issue Oct 10, 2016 · 0 comments
Projects

Comments

@fbrnc
Copy link
Member

fbrnc commented Oct 10, 2016

{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80",, "CidrIp": "x.x.x.x/x,y.y.y.y/y"}

should expand to:

{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "x.x.x.x"},
{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "y.y.y.y/y"},
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development
In Progress
Development

No branches or pull requests

1 participant