Bug #399
Missing IP address in web interface
Status: | Closed | Start date: | 20 Nov 2014 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Settings | |||
Target version: | PiBox - 0.10.0 | |||
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
Associated revisions
RM #399: Updated message format diagram to include MA_GETMAC and MA_GETIP.
RM #399: Added support for MA_GETIP message action.
RM #399: Added IP address below MAC address and integrated new MA_GETIP messaging with piboxd.
History
#1
Updated by Hammel about 6 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.