]> git.ipfire.org Git - thirdparty/lxc.git/commit
network: remove netpipe
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 1 Sep 2017 20:33:21 +0000 (22:33 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 1 Sep 2017 21:51:44 +0000 (23:51 +0200)
commit7ab1ba029bc91a035291f4b2cf60aafce58ab990
treeab144ee3828a25dd3ffe72cde8ffffe5544dbfa9
parent8843fde445d732e13c08d5875e98cd92d72dbe08
network: remove netpipe

We use data_sock for all things we need to send around between parent and child
now. It doesn't make sense to have so many different pipes and sockets if one
will do just fine.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/network.c
src/lxc/network.h
src/lxc/start.c