subnet-0.0.1.4: subnetting calculator

Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Subnet.Ip

Description

LogIp and SubnetMask

Synopsis

Documentation

newtype LogIp Source

Constructors

LogIp 

Fields

getLogIp :: String
 

Instances

mkSubnetMask :: String -> SubnetMask Source

TODO Subnetmasks take non base2 digits check hosts.hs, hosts or hosts.exe

removeInvalidZeros :: (Num a, Eq a) => [a] -> [a] Source