DHCPKit
stable
  • Applications
  • IPv6 Server configuration
    • Configuration file format
    • Overview of sections
    • Overview of section types
      • Duid
      • Filters
      • Handlers
        • Aftr-name
        • Copy-linklayer-id
        • Copy-remote-id
        • Copy-subscriber-id
        • Domain-search-list
        • Iana-timing-limits
        • Iapd-timing-limits
        • Ignore-request
        • Inf-max-rt
        • Leasequery
        • Map-e
        • Map-t
        • Ntp-servers
        • Preference
        • Rate-limit
        • Recursive-name-servers
        • Server-unicast
        • Sip-server-addresses
        • Sip-server-names
        • Sntp-servers
        • Sol-max-rt
        • Static-csv
        • Static-sqlite
      • Leasequery_store
      • Listeners
      • Loghandler
  • Developer’s guide
  • Changes per version
  • About this project
  • Applicable copyright licences
DHCPKit
  • Docs »
  • IPv6 Server configuration »
  • Handlers
  • Edit on GitHub

Handlers¶

Configuration sections that specify a handler. Handlers process requests, build the response etc. Some of them add information options to the response, others look up the client in a CSV file and assign addresses and prefixes, and others can abort the processing and tell the server not to answer at all.

You can make the server do whatever you want by configuring the appropriate handlers.

  • Aftr-name
    • Example
    • Section parameters
  • Copy-linklayer-id
    • Example
  • Copy-remote-id
    • Example
  • Copy-subscriber-id
    • Example
  • Domain-search-list
    • Example
    • Section parameters
  • Iana-timing-limits
    • Example
    • Section parameters
  • Iapd-timing-limits
    • Example
    • Section parameters
  • Ignore-request
    • Example
    • Section parameters
  • Inf-max-rt
    • Example
    • Section parameters
  • Leasequery
    • Example
    • Section parameters
    • Possible sub-section types
  • Map-e
    • Example
    • Section parameters
    • Possible sub-section types
  • Map-t
    • Example
    • Section parameters
    • Possible sub-section types
  • Ntp-servers
    • Example
    • Section parameters
  • Preference
    • Example
    • Section parameters
  • Rate-limit
    • Example
    • Section parameters
  • Recursive-name-servers
    • Example
    • Section parameters
  • Server-unicast
    • Example
    • Section parameters
  • Sip-server-addresses
    • Example
    • Section parameters
  • Sip-server-names
    • Example
    • Section parameters
  • Sntp-servers
    • Example
    • Section parameters
  • Sol-max-rt
    • Example
    • Section parameters
  • Static-csv
    • Example
    • Section parameters
  • Static-sqlite
    • Example
    • Section parameters
Next Previous

© Copyright 2015-2016, S.J.M. Steffann. Revision e1436dda.

Built with Sphinx using a theme provided by Read the Docs.