]> git.ipfire.org Git - thirdparty/libvirt.git/commit
[LXC] Add functions to manage veth device pairs
authorDan Smith <danms@us.ibm.com>
Thu, 26 Jun 2008 16:07:48 +0000 (16:07 +0000)
committerDan Smith <danms@us.ibm.com>
Thu, 26 Jun 2008 16:07:48 +0000 (16:07 +0000)
commite59eb52fadb8b286e4ec15202be08a7024c434a2
tree17f3b1fd091c4e281886afc2f94531a3d695764f
parent99ded85f45c7c64018aeab9896fa2a49cd1772f9
[LXC] Add functions to manage veth device pairs

This gives us the ability to create a veth pair so that we can move one
into the network namespace of an LXC container.
src/Makefile.am
src/veth.c [new file with mode: 0644]
src/veth.h [new file with mode: 0644]