Re: [pve-devel] [PATCH container] fix: #1218 Add flag 'unique' to pct restore in order to set new MAC addresses to NICs

2019-04-02 Thread Thomas Lamprecht
On 4/1/19 5:45 PM, Christian Ebner wrote: > Signed-off-by: Christian Ebner > --- > src/PVE/API2/LXC.pm | 9 - > src/PVE/LXC/Create.pm | 9 - > 2 files changed, 16 insertions(+), 2 deletions(-) applied, thanks. Maybe a small note that this is mirroring the behavior of qemu-serve

[pve-devel] [PATCH container] fix: #1218 Add flag 'unique' to pct restore in order to set new MAC addresses to NICs

2019-04-01 Thread Christian Ebner
Signed-off-by: Christian Ebner --- src/PVE/API2/LXC.pm | 9 - src/PVE/LXC/Create.pm | 9 - 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 6de121f..3d5460c 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm