]> xenbits.xensource.com Git - libvirt.git/commit
ip link needs 'name' in 3.16 to create the veth pair
authorCédric Bosdonnat <cbosdonnat@suse.com>
Thu, 20 Nov 2014 14:26:35 +0000 (15:26 +0100)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Tue, 25 Nov 2014 10:40:55 +0000 (11:40 +0100)
commit433b427ff853ab72d32573d415e6ec569b77c7cb
tree025784386189ab050f08e6a47a96066d8dbaa432
parentc264eeaa381a917f01ba74526bf202073358a9dc
ip link needs 'name' in 3.16 to create the veth pair

Due to a change (or bug?) in ip link implementation, the command
    'ip link add vnet0...'
is forced into
    'ip link add name vnet0...'
The changed command also works on older versions of iproute2, just the
'name' parameter has been made mandatory.
src/util/virnetdevveth.c