commit | cb5d834571ea862ed1ecf7367376b4f6e493b650 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Mar 08 18:23:27 2016 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Mar 08 18:23:27 2016 +0100 |
tree | 867dca84a398ea0ec0583ba9c40190ccb3522d36 | |
parent | 821d3e9b3112f100deb7dd3938cce86b0b986357 [diff] |
add support for unknown-clients settings
diff --git a/isc_dhcp/files/dhcpd.subnets b/isc_dhcp/files/dhcpd.subnets index 7305810..3e40bc2 100644 --- a/isc_dhcp/files/dhcpd.subnets +++ b/isc_dhcp/files/dhcpd.subnets
@@ -14,6 +14,8 @@ {%- if subnet.pxeserver is defined %} next-server {{ subnet.pxeserver }}; {%- endif %} +{%- if subnet.unknown_clients is defined %} + {{ subnet.unknown_clients }} unknown-clients; +{% endif %} } - {%- endfor %}