From c0b1a318442740b6c63630b61d0718598a9937d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?=
+ Note that for LXC containers, this defines the name of the interface
+ on the host side. Since 1.2.7, to define
+ the name of the device on the guest side, the guest
+ element should be used, as in the following snippet:
+
+ ... + <devices> + <interface type='network'> + <source network='default'/> + <guest dev='myeth'/> + </interface> + </devices> + ...+