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 445
    • Issues 445
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 71
    • Merge Requests 71
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #234

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

ISC DHCP log executable statement

According to ISC DHCP dhcp-eval(5):

   log (priority, data-expr)

     Logging statements may be used to send information  to  the  standard
     logging  channels.  A logging statement includes an optional priority
     (fatal, error, info, or debug), and a data expression.

     Logging statements take only a single data expression argument, so if
     you  want  to  output  multiple data values, you will need to use the
     concat operator to concatenate them.

It is an interesting feature which was discussed before (cf #4124). To implement it in the ISC DHCP style we need 3 parameters:

  • a boolean expression
  • a priority
  • a string expression to log

It does not seem so hard to do...

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#234