summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-relay/dhcrelay.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/dhcp-relay/dhcrelay.conf.tmpl')
-rw-r--r--data/templates/dhcp-relay/dhcrelay.conf.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/dhcp-relay/dhcrelay.conf.tmpl b/data/templates/dhcp-relay/dhcrelay.conf.tmpl
new file mode 100644
index 000000000..721a238a6
--- /dev/null
+++ b/data/templates/dhcp-relay/dhcrelay.conf.tmpl
@@ -0,0 +1,5 @@
+### Autogenerated by dhcp_relay.py ###
+
+# Defaults for isc-dhcp-relay.service
+OPTIONS="-4 {{ options | join(' ') }} -i {{ interface | join(' -i ') }} {{ server | join(' ') }}"
+