On Wed, Feb 13, 2019 at 12:55 PM Giovanni Biscuolo <g...@xelera.eu> wrote: > > Hello devel! > > please is there any wip on implementing virtual network interfaces in > "guix system container"s?
Not that I know of. I punted on that when I wrote the container implementation because it's a lot of extra work and complexity. It can certainly be added if someone were to put in the effort to figure out what needs to be done. IIRC there are some bindings to C libraries that may be needed. - Dave