dhcpkit.ipv6.server.extensions.sip_servers.config module

Configuration elements for the SIP server option handlers

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

Bases: dhcpkit.ipv6.server.handlers.HandlerFactory

Create the handler for SIP servers.

create() → dhcpkit.ipv6.server.extensions.sip_servers.SIPServersAddressListOptionHandler[source]

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

Returns:A handler object
class dhcpkit.ipv6.server.extensions.sip_servers.config.SIPServersDomainNameListOptionHandlerFactory(section: ZConfig.matcher.SectionValue)[source]

Bases: dhcpkit.ipv6.server.handlers.HandlerFactory

Create the handler for SIP servers.

create() → dhcpkit.ipv6.server.extensions.sip_servers.SIPServersDomainNameListOptionHandler[source]

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

Returns:A handler object