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
Updated by Hammel almost 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Added support in piboxd for new MA_GETIP message action and added support to piboxwww to use it to display the current interface IP address.
All changes tested on target and pushed upstream.
Closing issue.
Actions