Actions
Bug #343
closedDHCP Server static map edits wrong entry
Start date:
02/06/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Clicking edit for static map entries edits the wrong entry.
Config example:
<dhcpd>
<lan>
<enable/>
<range>
<from>192.168.1.100</from>
<to>192.168.1.199</to>
</range>
<staticmap>
<mac>00:26:18:0e:71:a5</mac>
<ipaddr/>
<hostname>test1</hostname>
<descr/>
</staticmap>
<staticmap>
<mac>00:26:18:0e:71:b3</mac>
<ipaddr/>
<hostname>test2</hostname>
<descr/>
</staticmap>
<defaultleasetime/>
<maxleasetime/>
<netmask></netmask>
<failover_peerip/>
<gateway/>
<domain/>
<domainsearchlist/>
<ddnsdomain/>
<tftp/>
<ldap/>
<next-server/>
<filename/>
<rootpath/>
</lan>
</dhcpd>
Clicking e next to test1 actually edits test2 and vice versa.
Actions