summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-29 12:04:36 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-29 12:12:02 +0100
commit8f8629227c0631cf75d896af1e1413b330f82781 (patch)
treefb7a7a1b0a8c3f0f267745e55703006300f83799 /data
parente4ea410b7587b0018055962c295ab491133f458c (diff)
downloadvyos-1x-8f8629227c0631cf75d896af1e1413b330f82781.tar.gz
vyos-1x-8f8629227c0631cf75d896af1e1413b330f82781.zip
smoketest: dhcp-relay: T3095: initial tests
Diffstat (limited to 'data')
-rw-r--r--data/templates/dhcp-relay/config.tmpl4
-rw-r--r--data/templates/dhcp-relay/dhcrelay.conf.tmpl5
2 files changed, 5 insertions, 4 deletions
diff --git a/data/templates/dhcp-relay/config.tmpl b/data/templates/dhcp-relay/config.tmpl
deleted file mode 100644
index b223807cf..000000000
--- a/data/templates/dhcp-relay/config.tmpl
+++ /dev/null
@@ -1,4 +0,0 @@
-### Autogenerated by dhcp_relay.py ###
-
-# Defaults for isc-dhcp-relay6.service
-OPTIONS="{{ options | join(' ') }} -i {{ interface | join(' -i ') }} {{ server | join(' ') }}"
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(' ') }}"
+