Followup on the user-class changes

Reported by:	Jose Luis Duran (via github)
This commit is contained in:
bapt 2017-05-28 18:31:13 +00:00
parent d4d98ebc87
commit 31cfb9c37c

View File

@ -74,7 +74,7 @@ max-lease-time 120;
subnet 10.0.0.0 netmask 255.255.255.0 {
filename "pxeboot";
range 10.0.0.10 10.0.0.254;
if exists user-class and option user-class = "FREEBSD" {
if exists user-class and option user-class = "FreeBSD" {
option root-path "tftp://10.0.0.1/FreeBSD";
}
}