aboutsummaryrefslogtreecommitdiff
path: root/net/dhcp-agent/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-07 17:30:45 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-07 17:30:45 +0000
commita27d9ae3c9a21328887f21eeb3d17adc64243f59 (patch)
tree46666fe782a531624da0179fe65a622ca2950bfe /net/dhcp-agent/pkg-descr
parent9f2715387f7d19ba5428e72f4d9c11aa8bc5524f (diff)
downloadports-a27d9ae3c9a21328887f21eeb3d17adc64243f59.tar.gz
ports-a27d9ae3c9a21328887f21eeb3d17adc64243f59.zip
Notes
Diffstat (limited to 'net/dhcp-agent/pkg-descr')
-rw-r--r--net/dhcp-agent/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/dhcp-agent/pkg-descr b/net/dhcp-agent/pkg-descr
new file mode 100644
index 000000000000..ec628181c2ab
--- /dev/null
+++ b/net/dhcp-agent/pkg-descr
@@ -0,0 +1,16 @@
+dhcp-agent is a suite, or a set of tools, that allow a UNIX host to make use
+of the Dynamic Host Configuration protocol.
+
+Currently the suite is packaged with the following tools:
+ * dhcp-client : A highly configurable and extendable DHCP client.
+ * dhcp-sniff : A command line DHCP sniffer.
+
+In good time the suite will also be packaged with:
+ * dhcp-server : A configurable and extendable DHCP server.
+ * dhcp-relay : A DHCP relay agent.
+
+Under FreeBSD the client will make use of two bpf devices. This is because
+of a limitation in dnet. If you run out of bpf devices you may need to
+compile a kernel with more bpf devices.
+
+WWW: http://dhcp-agent.sourceforge.net/