kea-dhcp4.conf 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "Dhcp4": {
  3. "control-socket": {
  4. "socket-name": "\/tmp\/kea-dhcp4-ctrl.sock",
  5. "socket-type": "unix"
  6. },
  7. "subnet4": [
  8. ],
  9. "hooks-libraries": [
  10. ],
  11. "interfaces-config": {
  12. "interfaces": [
  13. "*"
  14. ]
  15. }
  16. },
  17. "Logging": {
  18. "loggers": [
  19. {
  20. "debuglevel": 99,
  21. "name": "kea-dhcp4",
  22. "output_options": [
  23. {
  24. "flush": true,
  25. "maxsize": 10240000,
  26. "maxver": 1,
  27. "output": "stdout"
  28. }
  29. ],
  30. "severity": "DEBUG"
  31. }
  32. ]
  33. }
  34. }