Hi, I have a file like this:
.........
# PXE Class
vendor-class "PXEClient" {
default-lease-time 1800;
max-lease-time 1800;
option dhcp-class-identifier "PXEServer";
filename "/bootp/linux/3.0/alize/startup.txt";
option vendor-encapsulated-options
"S G:/dhs3mgr/e15011.ae ";
}
..........
and i would like to have this:
........
# PXE Class
vendor-class "PXEClient" {
default-lease-time 1800;
max-lease-time 1800;
option dhcp-class-identifier "PXEServer";
}
.......
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]