summaryrefslogtreecommitdiffstats
path: root/rules/dibbler.in
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2010-06-01 22:06:39 +0200
committerRemy Bohmer <linux@bohmer.net>2010-06-02 21:09:29 +0200
commit5a6af26a95988d2a9b69e639b35519c3df40f4b9 (patch)
tree7d9aa2b486e53d58c1b82f545ce473b0fc007edc /rules/dibbler.in
parent4e26b4c410060c109199add05fb0fc7cb909da17 (diff)
downloadptxdist-5a6af26a95988d2a9b69e639b35519c3df40f4b9.tar.gz
ptxdist-5a6af26a95988d2a9b69e639b35519c3df40f4b9.tar.xz
[dibbler] add new packet
Dibbler is an IPv6 DHCP package Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com>
Diffstat (limited to 'rules/dibbler.in')
-rw-r--r--rules/dibbler.in68
1 files changed, 68 insertions, 0 deletions
diff --git a/rules/dibbler.in b/rules/dibbler.in
new file mode 100644
index 000000000..f3b2a8ad4
--- /dev/null
+++ b/rules/dibbler.in
@@ -0,0 +1,68 @@
+## SECTION=networking
+
+menuconfig DIBBLER
+ tristate
+ prompt "dibbler (DHCPv6) "
+ help
+ Dibbler is a portable DHCPv6 implementation.
+ It supports stateful (i.e. IPv6 address granting) as well as
+ stateless (i.e. option granting) autoconfiguration for IPv6.
+
+if DIBBLER
+
+config DIBBLER_SERVER
+ bool
+ prompt "Install server"
+ help
+ The Dibbler server supports both stateful (i.e. IPv6 address
+ granting) as well as stateless (i.e. options granting)
+ auto-configuration modes of the DHCPv6 protocol. Relays are also
+ supported. This package allows IPv6 hosts to be automatically
+ configured on the network.
+
+config DIBBLER_SERVER_STARTSCRIPT
+ bool
+ default y
+ prompt "install /etc/init.d/dibbler-server"
+ depends on DIBBLER_SERVER
+ help
+ Install the startup script for bbinit.
+
+config DIBBLER_CLIENT
+ bool
+ prompt "Install client"
+ help
+ The Dibbler client supports both stateful (i.e. IPv6 address
+ granting) as well as stateless (i.e. option granting)
+ auto-configuration modes of the DHCPv6 protocol. Besides basic
+ capabilities, it supports various DHCPv6 extensions, for instance
+ option renewal. Installing Dibbler allows obtaining IPv6 addresses and
+ options from a DHCPv6 server.
+
+config DIBBLER_CLIENT_STARTSCRIPT
+ bool
+ default y
+ prompt "install /etc/init.d/dibbler-client"
+ depends on DIBBLER_CLIENT
+ help
+ Install the startup script for bbinit.
+
+config DIBBLER_RELAY
+ bool
+ prompt "Install relay"
+ help
+ Relays are used as proxies between servers and clients. Their main
+ advantage is the ability to support multiple remote links using only
+ one server. Installing Dibbler relay allows serving multiple, not
+ physically connected, links with one DHCPv6 server.
+
+config DIBBLER_RELAY_STARTSCRIPT
+ bool
+ default y
+ prompt "install /etc/init.d/dibbler-relay"
+ depends on DIBBLER_RELAY
+ help
+ Install the startup script for bbinit.
+
+endif
+