Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 504
    • Issues 504
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 52
    • Merge requests 52
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #250

Closed
Open
Created Nov 07, 2018 by Francis Dupont@fdupontDeveloper

enforce an option in response

ISC DHCP configs use this trick (from Dan's samples):

option wpad code 252 = text;

....
        # Windows doesn't put WPAD on its PRL, but does consume it.
        option dhcp-parameter-request-list =
                        concat(option dhcp-parameter-request-list, fc);

The dhcp-parameter-request-list (aka PRL) option in received packets is patched to add the code fc (252) so responses will include it.

This feature was ported to Kea as the always-send option-data flag.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking