6,534
edits
Changes
more subsections
* vzubc
== Building and using ==
* iproute2 >= 3.0.0 (runtime only)
* libcg >= 0.38
=== Compile ===
Upstream support is not enabled by default. To build it into vzctl, one needs to specify the <code>--with-cgroup</code> switch to <code>configure</code>. Also, it makes sense to add --without-ploop (unless you want ploop compiled it) because otherwise you will need ploop lib headers.
$ ./configure --with-cgroup --without-ploop
== Using ==
For supported features, usage is expected to be the same as standard vzctl tool.
=== Networking ===
Networking is available through the switches --netdev_add, --netif_add, and their respective deletion counterparts.
IP mode networking (--ipadd / --ipdel) is currently not supported.