class documentation

class SubnetType(Enum):

View In Hierarchy

Different types of subnets that KEA can handle. This is used to determine the type of pool to use and the commands to run on the server.

Class Variable none No subnet type set
Class Variable pd IPv6 PD subnet
Class Variable v4 IPv4 subnet
Class Variable v6 IPv6 NA subnet
none =

No subnet type set

pd: str =

IPv6 PD subnet

v4: str =

IPv4 subnet

v6: str =

IPv6 NA subnet