Fix isc-dhcp-relay template (#246)

This commit is contained in:
Joe LeVeque 2017-02-02 21:10:07 -08:00 committed by GitHub
parent 60e1fc3c98
commit b85c8dc89e

View File

@ -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"