dhcp4.spec 623 B

1234567891011121314151617181920212223242526
  1. {
  2. "module_spec": {
  3. "module_name": "Dhcp4",
  4. "module_description": "DHCPv4 server daemon",
  5. "config_data": [
  6. { "item_name": "interface",
  7. "item_type": "string",
  8. "item_optional": false,
  9. "item_default": "eth0"
  10. }
  11. ],
  12. "commands": [
  13. {
  14. "command_name": "shutdown",
  15. "command_description": "Shuts down DHCPv4 server.",
  16. "command_args": [
  17. {
  18. "item_name": "pid",
  19. "item_type": "integer",
  20. "item_optional": true
  21. }
  22. ]
  23. }
  24. ]
  25. }
  26. }