diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-22 22:02:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-22 22:02:43 +0200 |
commit | be4aa3ae247bdc90ad151845bb2a02e5f199af5d (patch) | |
tree | af8b84f9e590761eaf18bbd486632390ec4aa49f /data | |
parent | a858e5a62000f164bc4b28125914b4d8db9da3b8 (diff) | |
download | vyos-1x-be4aa3ae247bdc90ad151845bb2a02e5f199af5d.tar.gz vyos-1x-be4aa3ae247bdc90ad151845bb2a02e5f199af5d.zip |
dhcpv6: T4357: rename vsio -> vendor-option
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/dhcp-server/dhcpdv6.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/dhcp-server/dhcpdv6.conf.j2 b/data/templates/dhcp-server/dhcpdv6.conf.j2 index 6d114361e..5c3471316 100644 --- a/data/templates/dhcp-server/dhcpdv6.conf.j2 +++ b/data/templates/dhcp-server/dhcpdv6.conf.j2 @@ -118,8 +118,8 @@ shared-network {{ network }} { } {% endfor %} {% endif %} -{% if subnet_config.vsio.cisco.tftp_server is vyos_defined %} - option cisco.tftp-servers {{ subnet_config.vsio.cisco.tftp_server | join(', ') }}; +{% if subnet_config.vendor_option.cisco.tftp_server is vyos_defined %} + option cisco.tftp-servers {{ subnet_config.vendor_option.cisco.tftp_server | join(', ') }}; {% endif %} } {% endfor %} |