From 19c25200e6d41b30e39dd2b1f3ad32186b82d896 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Fri, 3 Feb 2017 02:20:46 +0000 Subject: [PATCH] Fix isc-dhcp-relay template --- dockers/docker-dhcp-relay/isc-dhcp-relay.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 b/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 index 2d251172c543..07df5e1f9a76 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"