diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-29 12:04:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-29 12:12:02 +0100 |
commit | 8f8629227c0631cf75d896af1e1413b330f82781 (patch) | |
tree | fb7a7a1b0a8c3f0f267745e55703006300f83799 /data/templates/dhcp-relay/dhcrelay.conf.tmpl | |
parent | e4ea410b7587b0018055962c295ab491133f458c (diff) | |
download | vyos-1x-8f8629227c0631cf75d896af1e1413b330f82781.tar.gz vyos-1x-8f8629227c0631cf75d896af1e1413b330f82781.zip |
smoketest: dhcp-relay: T3095: initial tests
Diffstat (limited to 'data/templates/dhcp-relay/dhcrelay.conf.tmpl')
-rw-r--r-- | data/templates/dhcp-relay/dhcrelay.conf.tmpl | 5 |
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(' ') }}" + |