diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-05 18:24:56 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-05 18:28:10 +0200 |
commit | a7c70fae028bc64164502c9c29a606f7260e31a3 (patch) | |
tree | 23420c209c10bfffd698233dc2509a3a707b4ced /data/templates/dhcpv6-relay/config.tmpl | |
parent | 7b56a45fe866f62e47c04e1dabb32b1240297ed6 (diff) | |
download | vyos-1x-a7c70fae028bc64164502c9c29a606f7260e31a3.tar.gz vyos-1x-a7c70fae028bc64164502c9c29a606f7260e31a3.zip |
dhcpv6-relay: T2230: move inlined templates to dedicated files
Diffstat (limited to 'data/templates/dhcpv6-relay/config.tmpl')
-rw-r--r-- | data/templates/dhcpv6-relay/config.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/dhcpv6-relay/config.tmpl b/data/templates/dhcpv6-relay/config.tmpl new file mode 100644 index 000000000..28f7a1a58 --- /dev/null +++ b/data/templates/dhcpv6-relay/config.tmpl @@ -0,0 +1,4 @@ +### Autogenerated by dhcpv6_relay.py ### + +# Defaults for isc-dhcpv6-relay initscript sourced by /etc/init.d/isc-dhcpv6-relay +OPTIONS="-6 -l {{ listen_addr | join(' -l ') }} -u {{ upstream_addr | join(' -u ') }} {{ options | join(' ') }}" |