F5Networks / f5-ipam-controller

The F5 IPAM Controller runs in an orchestration environment like Kubernetes to allocate IP addresses from an IPAM system to BIG-IP Virtual Servers. The purpose is to abstract complexity related to setting up BIG-IP from a networking perspective
Apache License 2.0
10 stars 16 forks source link

ip-range should accept comma separated list of IPs #101

Open braunsonm opened 2 years ago

braunsonm commented 2 years ago

Description

This is more or less a question. I haven't seen any docs that describe the accepted format of the ip-range. Can this accept a comma seperated list? I have a block of IPs which have some being used in the middle. I would like to use an ip range like so:

{"dev":"192.168.1.2-192.168.1.50,192.168.1.55-192.168.1.200"}

If this is already possible that would be great to know!

trinaths commented 2 years ago

Created [CONTCNTR-3279] for internal tracking.