8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
|
SERVERS="{{ dhcp_servers | join(' ') }}"
|
||
|
|
||
|
INTERFACES="{{ minigraph_vlan_interfaces | join(' ') }}"
|
||
|
|
||
|
# '-a' option provides option 82 circuit id information
|
||
|
OPTIONS="-a"
|
||
|
|