Fix isc-dhcp-relay template (#246)
This commit is contained in:
parent
60e1fc3c98
commit
b85c8dc89e
@ -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
|
# '-a' option provides option 82 circuit id information
|
||||||
OPTIONS="-a"
|
OPTIONS="-a"
|
||||||
|
Reference in New Issue
Block a user