Something went wrong while setting issue due date.
option host-name with winstations results in error
Closed
option host-name with winstations results in error
With enabling the DHCP option on a winstation object following configuration will be send to dhcp.
subnet 192.168.15.0 netmask 255.255.255.0 { range 192.168.15.10 192.168.15.99; option routers 192.168.15.1; option domain-name "foo.bar"; option domain-name-servers 192.168.15.1;host neptun { hardware ethernet 00:00:00:00:00:20; fixed-address 192.168.15.10; option host-name neptun$; } }
The option "option host-name neptun$;" results in an error due the "$" at the end.
(from redmine: issue id 4183, created on 2015-10-05, closed on 2015-10-07)
- Changesets:
- Revision 77f62ae0 by Côme Chilliet on 2015-10-05T13:24:23.000Z:
Fixes #4183 option host-name with winstations results in error
- Custom Fields:
- Bug in version: 1.0.9