]> git.proxmox.com Git - mirror_lxc.git/commit
network: do not log false friends
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 15 Feb 2019 22:50:34 +0000 (23:50 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 15 Feb 2019 22:53:45 +0000 (23:53 +0100)
commit24548539af7fa95cd9ca7b971eb9f301065492e0
treebc5538bae735a3c8061a542fad3b09d1256e7c2a
parent29a7b484ffa86e8b552bd90dc26d9ea5f577eed2
network: do not log false friends

The netlink functions just return -1 and not specific negative errno values so
logging them doesn't make any sense.

Fixes: https://discuss.linuxcontainers.org/t/warning-in-the-container-log/4072/2
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/network.c