summaryrefslogtreecommitdiffstats
path: root/debian/dhcp6c.conf
diff options
context:
space:
mode:
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";
+};