opnsense/dhcrelay: address feedback

This commit is contained in:
Franco Fichtner 2024-10-10 14:32:08 +02:00
parent 5a63661de0
commit af16466003
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= dhcrelay
PORTVERSION= 1.0
DISTVERSION= 1.0
CATEGORIES= net
MAINTAINER= franco@opnsense.org

View file

@ -1,7 +1,7 @@
This is the FreeBSD port of the OpenBSD dhcrelay daemons.
The Dynamic Host Configuration Protocol (DHCP) is a standardized
network protocol used on Internet Protocol (IP) networks for dynamically
distributing network configuration parameters, such as IP addresses for
interfaces and services. The relay allows to forward DHCP requests to
remote DHCP servers which are not found in the same broadcast domain.
A relay allows to forward DHCP requests to remote DHCP servers which are
not found in the same broadcast domain. Due to ISC DHCPD being end of
life this separately maintained daemon acts as a simple replacement with
minimal syntax changes. Its main features are privilege separation and
the ability to run multiple daemons in parallel.