Actions
Bug #399
closedMissing IP address in web interface
Start date:
20 Nov 2014
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
The IPV4 settings page should include the current IP address of the selected interface. This would be an additional protocol action similar to the just added MA_GETMAC, which means:
- Update piboxd/src/net.c, etc. - see getMAC()
- Update piboxwww/src/piboxwww/php/settings.{tmpl,php} - see getMAC()
For a simple IOCTL based method of getting the IP address, see this article
Actions