diff options
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(' ') }}" + |