[PATCHv2 0/2] Use netlink to create veth device pair when netlink is supported

Shi Lei posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201123032814.64964-1-shi_lei@massclouds.com
There is a newer version of this series
src/util/virnetdevveth.c | 85 ++++++++++++++++++++++++++--------------
src/util/virnetlink.c    | 14 +++++++
src/util/virnetlink.h    |  1 +
3 files changed, 71 insertions(+), 29 deletions(-)
[PATCHv2 0/2] Use netlink to create veth device pair when netlink is supported
Posted by Shi Lei 3 years, 5 months ago
V1 here: https://www.redhat.com/archives/libvir-list/2020-November/msg00898.html

Since V1:
    * Include <linux/veth.h> rather than introducing enum VETH_INFO_*
    * Have complete functions within an #ifdefs rather than
      putting #ifdefs in function

Shi Lei (2):
  util:netlink: Enable virNetlinkNewLink to support veth
  util:veth: Create veth device pair by netlink

 src/util/virnetdevveth.c | 85 ++++++++++++++++++++++++++--------------
 src/util/virnetlink.c    | 14 +++++++
 src/util/virnetlink.h    |  1 +
 3 files changed, 71 insertions(+), 29 deletions(-)

-- 
2.25.1