dhcpkit.ipv6.server.extensions.remote_id.config module

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

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

Bases: dhcpkit.ipv6.server.handlers.HandlerFactory

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

create() → dhcpkit.ipv6.server.extensions.remote_id.CopyRemoteIdOptionHandler[source]

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

Returns:A handler object