Steps to reproduce issue:
- manually edit the /etc/hosts file via ssh.
- Via web front end Connection > DHCP > Save Changes
- manual changes to /etc/hosts are reverted
The createHostCommands variable should be removed completely, since DHCP configuration no longer lives in /etc/hosts there is no need to revert this file to factory setting.
|
createHostCommands = [ "touch /etc/hosts", "rm /etc/hosts" ]; |
Steps to reproduce issue:
The createHostCommands variable should be removed completely, since DHCP configuration no longer lives in /etc/hosts there is no need to revert this file to factory setting.
gargoyle/package/gargoyle/files/www/js/dhcp.js
Line 105 in ae547ce