diff --git a/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 b/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 index 2d251172c5..07df5e1f9a 100644 --- a/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 +++ b/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 @@ -1,6 +1,6 @@ -SERVERS="{{ dhcp_servers | join(' ') }}" +SERVERS="{{ dhcp_servers }}" -INTERFACES="{{ minigraph_vlan_interfaces | join(' ') }}" +INTERFACES="{{ minigraph_vlan_interfaces[0]['name'] }}" # '-a' option provides option 82 circuit id information OPTIONS="-a"