barracuda-cloudgen-access / access-cli

Allows to access all CloudGen Access Enterprise Console APIs from the command line.
Apache License 2.0
10 stars 4 forks source link

Fix last octect validation (should be between 0-255) #50

Closed oNaiPs closed 3 years ago

oNaiPs commented 3 years ago

Can't you make it between 10 and 254 ?

I can.. didn't want to make it too specific since that '10' value could change

pablosole commented 3 years ago

Can't you make it between 10 and 254 ?

I can.. didn't want to make it too specific since that '10' value could change

Remember there is a validation on the backend too, this should just make sure you can put the last octet and let the backend validate the range, uniqueness, etc.