Go to file
Luis Gerardo Romero Garcia 0b6e6f7893
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details
refs #1030 Adds to reservations bootfilename and next server when is modified the subnet to fix priority problem that allows to use global configuration when bootfilename and next server is defined in subnet
2024-10-23 13:38:37 +02:00
config refs #812 Fix nelmio package config yaml 2024-10-09 10:39:21 +02:00
docs refs #157 Adds new ogdhcp api documentation 2024-01-29 14:48:49 +01:00
etc Update apache config 2024-10-01 17:58:34 +02:00
installer refs #981 Adds correctly the config file and adds a apt -get update before install any packages 2024-10-18 11:21:49 +00:00
src refs #1030 Adds to reservations bootfilename and next server when is modified the subnet to fix priority problem that allows to use global configuration when bootfilename and next server is defined in subnet 2024-10-23 13:38:37 +02:00
tests/API-dhcp refs #812 Fix a typo in subnetId 2024-10-09 17:06:07 +02:00
.env refs #152 #153 #156 #157 Deletes innecesaries files 2024-01-29 11:33:28 +01:00
.gitignore Update gitignore 2024-10-03 09:31:51 +02:00
README.md Update README.md 2024-10-01 17:58:34 +02:00
composer.json refs #797 removes schema swagger for errors with nelmio, adds nelmio to composer.json 2024-09-30 10:51:54 +00:00
phpunit.xml.dist #152 First commit ogdhcp 2024-01-23 08:02:23 +01:00

README.md

El proyecto ogdhcp es una API diseñada para gestionar la configuración de Kea DHCP. Kea DHCP es un servidor DHCP de código abierto desarrollado por ISC (Internet Systems Consortium) que ofrece soporte para DHCPv4 y DHCPv6.

La API ogdhcp proporciona una interfaz para interactuar con Kea DHCP, permitiendo a los usuarios y aplicaciones como Opengnsys gestionar la configuración de Kea DHCP de manera remota en lugar de tener que modificar manualmente los archivos de configuración.

Las funciones proporcionadas por la API ogdhcp permiten:

  • Consultar la configuración actual de Kea DHCP.
  • Modificar la configuración de Kea DHCP, como agregar, eliminar o modificar subredes, reservas de IP, opciones de DHCP, etc.