summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/ipv6.tmpl
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-04-11 12:58:52 +0100
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-04-11 13:12:55 +0100
commite12a0ce922b67354ecd8e53414cda6b8b3a424fb (patch)
treeede57ba64a9d3a04b6523f7d139a255a0ec9d033 /data/templates/dhcp-client/ipv6.tmpl
parentef2e8f4d721a6486db90c0f395f595ca897614b8 (diff)
downloadvyos-1x-e12a0ce922b67354ecd8e53414cda6b8b3a424fb.tar.gz
vyos-1x-e12a0ce922b67354ecd8e53414cda6b8b3a424fb.zip
dhcp: T2230: use external template files
Diffstat (limited to 'data/templates/dhcp-client/ipv6.tmpl')
-rw-r--r--data/templates/dhcp-client/ipv6.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/dhcp-client/ipv6.tmpl b/data/templates/dhcp-client/ipv6.tmpl
new file mode 100644
index 000000000..83db40c5f
--- /dev/null
+++ b/data/templates/dhcp-client/ipv6.tmpl
@@ -0,0 +1,4 @@
+# generated by ifconfig.py
+interface "{{ ifname }}" {
+ request routers, domain-name-servers, domain-name;
+}