summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/daemon-options.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-29 15:06:38 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-29 15:06:38 +0200
commit1d909e0c5358a0d733baffe6cd533d21927ed147 (patch)
treed84b35bea5b80452414c8083798fa3e59516cd94 /data/templates/dhcp-client/daemon-options.tmpl
parent867a0b71acc3f1cbbcfad553952bdbc82070ae4b (diff)
parentfc3ceac0160db30d49d9b8bb2417934c9b399db4 (diff)
downloadvyos-1x-1d909e0c5358a0d733baffe6cd533d21927ed147.tar.gz
vyos-1x-1d909e0c5358a0d733baffe6cd533d21927ed147.zip
Merge branch 'systemd-dhclient' of github.com:c-po/vyos-1x into current
* 'systemd-dhclient' of github.com:c-po/vyos-1x: dhclient: T2393: remove intermediate _DHCP helper class dhclient6: T2393: T2394: migrate from SysVinit to systemd dhclient: T2393: migrate from SysVinit to systemd
Diffstat (limited to 'data/templates/dhcp-client/daemon-options.tmpl')
-rw-r--r--data/templates/dhcp-client/daemon-options.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/dhcp-client/daemon-options.tmpl b/data/templates/dhcp-client/daemon-options.tmpl
new file mode 100644
index 000000000..b5a10c3b8
--- /dev/null
+++ b/data/templates/dhcp-client/daemon-options.tmpl
@@ -0,0 +1 @@
+DHCLIENT_OPTS="-nw -cf {{ conf_file }} -pf {{ pid_file }} -lf {{ lease_file }} {{ '-S' if dhcpv6_prm_only }} {{ '-T' if dhcpv6_temporary }} {{ ifname }}"