aboutsummaryrefslogtreecommitdiff
path: root/net/dhcprelya/pkg-descr
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-12-17 16:41:50 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-12-17 16:41:50 +0000
commit4ead770c954bc66058091e952f0de652f35ec317 (patch)
treeacec1655d4b8ddc4e21ad518037c117fc8e4139c /net/dhcprelya/pkg-descr
parentbbadbdebdcca420ca8f8359a8a95ec3d6093345a (diff)
Notes
Diffstat (limited to 'net/dhcprelya/pkg-descr')
-rw-r--r--net/dhcprelya/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/dhcprelya/pkg-descr b/net/dhcprelya/pkg-descr
new file mode 100644
index 000000000000..023183a68bdc
--- /dev/null
+++ b/net/dhcprelya/pkg-descr
@@ -0,0 +1,21 @@
+dhcprelya is a light DHCP relay agent written for Yandex company for
+high loaded routers with tens interfaces and thousands hosts behind them.
+
+It's fast and does not depend on any side library. Some ideas was
+taken from Edwin's dhcprelay (net/dhcprelay) which has some shortages.
+
+It's distributed under BSD license.
+
+How to run:
+
+dhcprelya [-d] [-p<pidfile>] -i<if1>... -i<ifN> <server1>... <serverN>
+
+-d - do not demonize and output debugging info onto terminal.
+-p - use not default pid file. You can run more than one copy of
+ dhcprelya.
+-i - an interfaces list these should be listened.
+server - a servers list where request will be forward to.
+
+Any questions, bug reports and feature requests are welcome.
+
+Sergey Matveychuk <sem@FreeBSD.org>