bridge: add bridge device type
authorThomas Graf <tgraf@redhat.com>
Tue, 30 Oct 2012 00:02:45 +0000 (19:02 -0500)
committerDan Williams <dcbw@redhat.com>
Fri, 30 Nov 2012 19:21:51 +0000 (13:21 -0600)
commitcfff5a63d92cdccd6266b56308572c2683b5c4dd
tree47e5af32e28d6fd06d510d436d46fe8eba0efd6c
parent20e60deccb023917f89bd3d5433295a72af67566
bridge: add bridge device type

This adds a new device type 'bridge'. Kernel devices are created
on demand.
19 files changed:
docs/libnm-glib/libnm-glib-docs.xml
docs/libnm-glib/libnm-glib.types
include/NetworkManager.h
introspection/Makefile.am
introspection/all.xml.in
introspection/nm-device-bridge.xml [new file with mode: 0644]
introspection/nm-device.xml
libnm-glib/Makefile.am
libnm-glib/libnm-glib.ver
libnm-glib/nm-device-bridge.c [new file with mode: 0644]
libnm-glib/nm-device-bridge.h [new file with mode: 0644]
libnm-glib/nm-device.c
po/POTFILES.in
src/Makefile.am
src/nm-device-bridge.c [new file with mode: 0644]
src/nm-device-bridge.h [new file with mode: 0644]
src/nm-device-wired.c
src/nm-manager.c
src/nm-udev-manager.c