dhcpkit.ipv6.message_registry module

The option registry

class dhcpkit.ipv6.message_registry.MessageRegistry[source]

Bases: dhcpkit.registry.Registry

Registry for DHCPKit IPv6 Options

entry_point = 'dhcpkit.ipv6.messages'
get_name(item: object) → str[source]

Get the name for the by_name mapping.

Parameters:item – The item to determine the name of
Returns:The name to use as key in the mapping