]> git.ipfire.org Git - thirdparty/lxc.git/commit
network: Add error message if iw couldn't be found 3661/head
authorMax <blenkmax@gmail.com>
Sat, 6 Feb 2021 19:13:15 +0000 (20:13 +0100)
committerMax <blenkmax@gmail.com>
Mon, 8 Feb 2021 19:42:27 +0000 (20:42 +0100)
commit0ed79f452a0e22ed4e20c34a4d5f16ef0a2ca50d
treea9c308e52d4a5f65728e735cfe8972e614a2f5f8
parent01149adf724d5d3cfe79918e002c1ee5fac89080
network: Add error message if iw couldn't be found

When iw is not installed on the host, lxc fails to move wireless devices
into a container. Unfortunately there is no real error message yet
(other than that it didn't work), so its quite unobvious what causes
this. This commit adds a error message that clearly states the
application iw is missing.

Signed-off-by: Maximilian Blenk <blenkmax@gmail.com>
src/lxc/network.c