Move DHCP, rsyslog, and NTP server information into minigraph * Fix dhcp relay template according to CR
8 lines
169 B
Django/Jinja
8 lines
169 B
Django/Jinja
SERVERS="{{ dhcp_servers | join(' ') }}"
|
|
|
|
INTERFACES="{{ minigraph_vlan_interfaces[0]['name'] }}"
|
|
|
|
# '-a' option provides option 82 circuit id information
|
|
OPTIONS="-a"
|
|
|