]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: explicitly error on interface type=ethernet
authorCole Robinson <crobinso@redhat.com>
Mon, 11 Apr 2016 14:48:20 +0000 (10:48 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 18 Apr 2016 21:49:45 +0000 (17:49 -0400)
commit27f2b74782e15c528079c8a93e5ccf216fe7b22c
tree3e2ed3736894d45ce33bf62defeae775965e25ff
parentaca4d72b2a7f08fa93c29fec10875c1c45886f86
lxc: explicitly error on interface type=ethernet

It isn't implemented and does not work:

error: internal error: guest failed to start: /usr/lib/libvirt/libvirt_lxc: option '--veth' requires an argument
syntax: /usr/lib/libvirt/libvirt_lxc [OPTIONS] ...

We previously threw an explicit error, but this changed in
22cff52a2b8e06c913b1f97767e5d390fb17fc3b , which I suspect was
untested for LXC
src/lxc/lxc_process.c