Bug #566
Base network address is not displayed when updating Access Point config
Status: | Closed | Start date: | 16 Jan 2017 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | PiBox - 1.1.0 - Upgrades | |||
Severity: | 05 - Very Low |
Description
The Base Network Address is not displayed when viewing a previously configured Access Point.
Associated revisions
RM #566: Fix base address to be grabbed from configured interfaces address for interface defined in hostapd.conf, or wlan0 if interface is not configured in hostapd.conf. Add test data to verify this should be working.
RM #566: Fix base address to be grabbed from configured interfaces address for interface defined in hostapd.conf, or wlan0 if interface is not configured in hostapd.conf. Add test data to verify this should be working.
History
#1
Updated by Hammel almost 2 years ago
- Target version changed from 0.12.0 to 1.1.0 - Upgrades
#3
Updated by Hammel 10 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This appears to be fixed now. It was a minor change but basically you need to save an interface= field to hostapd.conf (which was already being done), then use that to determine which interface to query in the /etc/network/interfaces file to get the base address.
Verified working and added some test data to allow build-side integration testing.
Code committed and pushed. Closing issue.