aboutsummaryrefslogtreecommitdiff
path: root/net/dhcpd
Commit message (Collapse)AuthorAgeFilesLines
* Allow staging as a regular userAntoine Brodin2015-12-061-3/+2
| | | | Notes: svn path=/head/; revision=403103
* New port: net/dhcpdKurt Jaeger2015-12-065-0/+76
This is the FreeBSD port of the OpenBSD dhcpd. 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. WWW: https://github.com/koue/dhcpd PR: 197361 Submitted by: Nikola Kolev <koue@chaosophia.net> Notes: svn path=/head/; revision=403095