dhcpkit.ipv6.server.extensions.subscriber_id.config module

Config processing for a handler to echo a SubscriberIdOption back to the relay

class dhcpkit.ipv6.server.extensions.subscriber_id.config.CopySubscriberIdOptionHandlerFactory(section: ZConfig.matcher.SectionValue)[source]

Bases: dhcpkit.ipv6.server.handlers.HandlerFactory

Config processing for a handler to echo a SubscriberIdOption back to the relay

create() → dhcpkit.ipv6.server.extensions.subscriber_id.CopySubscriberIdOptionHandler[source]

Create a handler of this class based on the configuration in the config section.

Returns:A handler object