summaryrefslogtreecommitdiff
path: root/data/templates/dhcpv6-relay
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-29 20:13:08 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-29 20:13:08 +0100
commitea3c4544634a9d916deff4bd6cdce1522d395a0d (patch)
tree1dc6ba72b8544090a56ab9b9335a7e4a5155fe2e /data/templates/dhcpv6-relay
parent4d3acd6e6fb0b5600cc65bb962c99305f10f92c1 (diff)
downloadvyos-1x-ea3c4544634a9d916deff4bd6cdce1522d395a0d.tar.gz
vyos-1x-ea3c4544634a9d916deff4bd6cdce1522d395a0d.zip
dhcpv6-relay: T3095: migrate service to get_config_dict()
Diffstat (limited to 'data/templates/dhcpv6-relay')
-rw-r--r--data/templates/dhcpv6-relay/config.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/templates/dhcpv6-relay/config.tmpl b/data/templates/dhcpv6-relay/config.tmpl
deleted file mode 100644
index 55035ae6c..000000000
--- a/data/templates/dhcpv6-relay/config.tmpl
+++ /dev/null
@@ -1,4 +0,0 @@
-### Autogenerated by dhcpv6_relay.py ###
-
-# Defaults for isc-dhcp-relay6.service
-OPTIONS="-l {{ listen_addr | join(' -l ') }} -u {{ upstream_addr | join(' -u ') }} {{ options | join(' ') }}"