Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Kea
Kea
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 452
    • Issues 452
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 75
    • Merge Requests 75
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #246

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

ISC DHCP supports an ASCII or binary option type

ISC DHCP has two "string" types:

  • t - ASCII text
  • X - either an ASCII string or binary data. On input, the option can be specified either as a quoted string or as a colon-separated hex list.

Kea has string and binary, t matches string but X can be either string or binary. Now only one standard option has a trailing X so the implementation converts X to string (option-def) and when building data (option-data) converts full binary input to binary with csv-format to false. For trailing X add a comment saying that the last type should be changed to binary.

Unfortunately mostly for documentation purpose.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
ISC DHCP Migration
Milestone
ISC DHCP Migration
Assign milestone
Time tracking
None
Due date
None
Reference: isc-projects/kea#246