Make peach-network functions interface-agnostic #45

Closed
opened 2021-12-14 09:02:44 +00:00 by glyph · 1 comment
Owner

There are a few functions in peach-network which use a hardcoded networking interface identifier. These functions should rather take iface as an argument; this allows greater flexibility in the case that the wireless interface is not named wlan0.

The implicated functions (src/network.rs):

check_iface()
add()
activate_client()

There are a few functions in `peach-network` which use a hardcoded networking interface identifier. These functions should rather take `iface` as an argument; this allows greater flexibility in the case that the wireless interface is not named `wlan0`. The implicated functions (`src/network.rs`): `check_iface()` `add()` `activate_client()`
glyph added the
enhancement
peach-network
labels 2021-12-14 09:02:44 +00:00
Author
Owner

Implemented in PR#47.

Implemented in [PR#47](https://git.coopcloud.tech/PeachCloud/peach-workspace/pulls/47).
glyph closed this issue 2021-12-15 13:18:01 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PeachCloud/peach-workspace#45
No description provided.