diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/dhcp-server/dhcpdv6.conf.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/dhcp-server/dhcpdv6.conf.j2 b/data/templates/dhcp-server/dhcpdv6.conf.j2 index 43327859e..d4b7f74d9 100644 --- a/data/templates/dhcp-server/dhcpdv6.conf.j2 +++ b/data/templates/dhcp-server/dhcpdv6.conf.j2 @@ -11,11 +11,9 @@ option dhcp6.preference {{ preference }}; {% if global_parameters.name_server is vyos_defined %} option dhcp6.name-servers {{ global_parameters.name_server | join(', ') }}; {% endif %} -{% if vsio_cisco_tftp %} option space cisco; option cisco.tftp-servers code 1 = array of ip6-address; option vsio.cisco code 9 = encapsulate cisco; -{% endif %} # Shared network configration(s) {% if shared_network_name is vyos_defined %} |