summaryrefslogtreecommitdiffstats
path: root/rules/dhcp-helper.in
diff options
context:
space:
mode:
authorOliver Graute <oliver.graute@gmail.com>2015-07-09 15:48:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-16 12:39:24 +0200
commit4dffbef91937a53eb1e0aa0d5a16fc1183bee93a (patch)
tree6dcaec0ac8b4449015e8171929fd32870711c592 /rules/dhcp-helper.in
parent85a8f74b1d661e8b7ddb65e163810d17d437312e (diff)
downloadptxdist-4dffbef91937a53eb1e0aa0d5a16fc1183bee93a.tar.gz
ptxdist-4dffbef91937a53eb1e0aa0d5a16fc1183bee93a.tar.xz
dhcp-helper: this patch adds dhcp-helper to ptxdist
This patch adds dhcp-helper a DHCP and BOOTP relay agent to ptxdist Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de> [mol: use '-' in install_copy] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dhcp-helper.in')
-rw-r--r--rules/dhcp-helper.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/dhcp-helper.in b/rules/dhcp-helper.in
new file mode 100644
index 000000000..5133adb34
--- /dev/null
+++ b/rules/dhcp-helper.in
@@ -0,0 +1,12 @@
+## SECTION=networking
+
+config DHCP_HELPER
+ tristate
+ prompt "dhcp-helper"
+ help
+ dhcp-helper is a DHCP and BOOTP relay agent. It listens for DHCP and
+ BOOTP broadcasts on directly connected subnets and relays them to DHCP
+ or BOOTP servers elsewhere. It also relays replies from the remote
+ servers back to partially configured hosts. Once hosts are fully
+ configured they can communicate directly with their servers and no
+ longer need the services of a relay.