platform, devices: add support for vxlan devices

System Internals / NetworkManager - Dan Winship [gnome.org] - 4 June 2013 08:01 UTC

7f0f04d platform, devices: add support for vxlan devices
include/NetworkManager.h | 1 +
introspection/Makefile.am | 1 +
introspection/nm-device-vxlan.xml | 116 ++++++++++++
src/Makefile.am | 3 +
src/devices/nm-device-vxlan.c | 350 +++++++++++++++++++++++++++++++++++++
src/devices/nm-device-vxlan.h | 70 ++++++++
src/nm-manager.c | 4 +
src/platform/nm-fake-platform.c | 7 +
src/platform/nm-linux-platform.c | 68 +++++++
src/platform/nm-platform.c | 11 ++
src/platform/nm-platform.h | 21 +++
src/platform/tests/platform.c | 44 +++++
12 files changed, 696 insertions(+)

Upstream: cgit.freedesktop.org


  • Share