Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 562
    • Issues 562
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 70
    • Merge requests 70
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • KeaKea
  • Issues
  • #499
Closed
Open
Issue created Feb 25, 2019 by Wlodzimierz Wencel@wlodekMaintainer

remote-global-parameter4-set command allows to configure kea with non existing parameters

command:

{
  "arguments": {
    "parameters": [
      {
        "name": "boot-fiabcsd",
        "value": "/dev/null"
      }
    ],
    "remote": {
      "type": "mysql"
    },
    "server-tags": [
      "abc"
    ]
  },
  "command": "remote-global-parameter4-set"
}

so I used non existing name. Result:

{
  "result": 0,
  "text": "DHCPv4 global parameter successfully set."
}

It wouldn't be bad but after kea reconfigure it accepts this as correct config and config-get returns:

{
  "arguments": {
    "Dhcp4": {
      "boot-fiabcsd": "/dev/null",
      "config-control": {
        "config-databases": [
          {
       [...]
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking