0.1.8-DEV-20200215-125347

-------------------------
    * ADD:
      - added vlan66 support

    * MODIFY:
      - modified templates/dhcpd_conf.j2 to utilize static assignments only if defined
This commit is contained in:
2020-02-15 00:54:45 -05:00
parent e6dc9047d4
commit b23b0c58b9
2 changed files with 16 additions and 6 deletions

View File

@ -1,7 +1,7 @@
---
dhcp_conf_file : /etc/dhcp/dhcpd.conf
dhcp_conf_version : 1.0
dhcp_conf_revision : 20200214-13647
dhcp_conf_revision : 20200215-124911
dhcp_ddns_style : none
@ -33,8 +33,18 @@ dhcp_networks:
subnet : 10.10.10.128
netmask : 255.255.255.224
router : 10.10.10.158
range_from : 10.10.10.147
range_to : 10.10.10.149
range_from : 10.10.10.129
range_to : 10.10.10.158
broadcast : 10.10.10.159
dns : 10.1.1.210
pxeboot : 10.10.10.129
vlan66:
subnet : 10.10.10.224
netmask : 255.255.255.224
router : 10.10.10.254
range_from : 10.10.10.226
range_to : 10.10.10.253
broadcast : 10.10.10.255
dns : 10.1.1.210
pxeboot : 10.10.10.225