20.23. removeIpRange
- Name
- removeIpRange
- Description
- Remove an ip range from a kickstart profile.
- Parameters
- string sessionKey
- string ksLabel - The kickstart label of the ip range you want to remove
- string ip_address - An Ip Address that falls within the range that you are wanting to remove. The min or max of the range will work.
- Return Value
- int - 1 on successful removal, 0 if range wasn't found for the specified kickstart, exception otherwise.