Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow IP address ranges #5

Open
lovasko opened this issue Sep 6, 2017 · 0 comments
Open

Allow IP address ranges #5

lovasko opened this issue Sep 6, 2017 · 0 comments
Assignees
Milestone

Comments

@lovasko
Copy link
Contributor

lovasko commented Sep 6, 2017

  • as of now, each endpoint is defined with only one IP address
  • many networking tools (e.g. nmap) allow for selection IP ranges: 1.2.3.4-100
  • useful for testing a set of addresses easily without a need for higher level manipulation of the tools
  • proposed syntax for each part of the address should support:
    • inclusive ranges: 1-10, which expands to 1, 2 ,3, 4, 5, 6, 7, 8, 9, 10
    • comma-separated lists: 5,1,14 which expands to 1, 5, 14
@lovasko lovasko self-assigned this Sep 6, 2017
@lovasko lovasko added the minor label Nov 1, 2017
@lovasko lovasko added this to the 2.0 milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant