summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/dhcp6c_daemon-options.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/dhcp-client/dhcp6c_daemon-options.j2')
-rw-r--r--data/templates/dhcp-client/dhcp6c_daemon-options.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/dhcp-client/dhcp6c_daemon-options.j2 b/data/templates/dhcp-client/dhcp6c_daemon-options.j2
new file mode 100644
index 000000000..d33d418fc
--- /dev/null
+++ b/data/templates/dhcp-client/dhcp6c_daemon-options.j2
@@ -0,0 +1,2 @@
+{% set no_release = '-n' if dhcpv6_options.no_release is vyos_defined else '' %}
+DHCP6C_OPTS="-D -k /run/dhcp6c/dhcp6c.{{ ifname }}.sock -c /run/dhcp6c/dhcp6c.{{ ifname }}.conf -p /run/dhcp6c/dhcp6c.{{ ifname }}.pid {{ no_release }} {{ ifname }}"