Make peach-network functions interface-agnostic #45
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are a few functions in
peach-networkwhich use a hardcoded networking interface identifier. These functions should rather takeifaceas an argument; this allows greater flexibility in the case that the wireless interface is not namedwlan0.The implicated functions (
src/network.rs):check_iface()add()activate_client()Implemented in PR#47.