summaryrefslogtreecommitdiffstats
path: root/debian/dhcp6c.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:43:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:43:03 +0000
commitf504d0d8a469f3f913a853e97020112fcf262c1b (patch)
tree25a4b573f8fc510c99d931a382598bee699a215c /debian/dhcp6c.conf
parentAdding upstream version 20080615. (diff)
downloadwide-dhcpv6-debian.tar.xz
wide-dhcpv6-debian.zip
Adding debian version 20080615-23.debian/20080615-23debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dhcp6c.conf')
-rw-r--r--debian/dhcp6c.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/dhcp6c.conf b/debian/dhcp6c.conf
new file mode 100644
index 0000000..ea67fec
--- /dev/null
+++ b/debian/dhcp6c.conf
@@ -0,0 +1,12 @@
+# Default dhpc6c configuration: it assumes the address is autoconfigured using
+# router advertisements.
+
+profile default
+{
+ information-only;
+
+ request domain-name-servers;
+ request domain-name;
+
+ script "/etc/wide-dhcpv6/dhcp6c-script";
+};