dhcpkit.ipv6.server.handlers.unanswered_ia module

Option handlers that cleans up unanswered requests

class dhcpkit.ipv6.server.handlers.unanswered_ia.UnansweredIAOptionHandler(authoritative: bool = True)[source]

Bases: dhcpkit.ipv6.server.handlers.Handler

A handler that answers to all unanswered IANAOptions and IATAOptions

Parameters:authoritative – Whether this handler is authorised to tell clients to stop using prefixes
handle(bundle: dhcpkit.ipv6.server.transaction_bundle.TransactionBundle)[source]

Make sure that every IANAOption and IATAOption is answered.

Parameters:bundle – The transaction bundle