Red Hat Training

A Red Hat training course is available for Red Hat Satellite

17.19. Method: removeIpRange

Description

Remove an IP range from a kickstart profile.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • string ksLabel - The kickstart label of the IP range to remove
  • string ip_address - An IP Address that falls within the range to remove. The minimum or maximum of the range also works.
Returns

The following return values are available for this method:

  • int - 1 on successful removal, 0 if range was not found for the specified kickstart, exception otherwise.