core: add support for team device

System Internals / NetworkManager - Jiri Pirko [resnulli.us] - 15 August 2013 10:54 UTC

23836e8 core: add support for team device
include/NetworkManager.h | 3 +
introspection/Makefile.am | 1 +
introspection/nm-device-team.xml | 34 ++++
po/POTFILES.in | 1 +
src/Makefile.am | 3 +
src/devices/nm-device-team.c | 352 ++++++++++++++++++++++++++++++++++++++
src/devices/nm-device-team.h | 61 +++++++
src/devices/nm-device.c | 43 ++---
src/logging/nm-logging.c | 3 +-
src/logging/nm-logging.h | 1 +
src/nm-activation-request.c | 4 +-
src/nm-manager.c | 33 +++-
12 files changed, 510 insertions(+), 29 deletions(-)

Upstream: cgit.freedesktop.org


  • Share