Unverified Commit 4257d948 by Thomas Parrott Committed by Christian Brauner

lxccontainer: do_lxcapi_detach_interface to support detaching wlan devices

parent fc02bd72
......@@ -281,4 +281,8 @@ extern char *is_wlan(const char *ifname);
extern int lxc_netdev_move_wlan(char *physname, const char *ifname, pid_t pid,
const char *newname);
extern char *is_wlan(const char *ifname);
extern int lxc_netdev_move_wlan(char *physname, const char *ifname, pid_t pid,
const char *newname);
#endif /* __LXC_NETWORK_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment