-- | Some exit codes, used in the ExitFailure constructor. module ExitCodes ( exit_invalid_cidr ) where -- | One of the CIDRs is invalid (malformed, not a CIDR at all, etc). exit_invalid_cidr :: Int exit_invalid_cidr = 1