device: export list of LLDP neighbors through D-Bus
authorBeniamino Galvani <bgalvani@redhat.com>
Wed, 7 Oct 2015 09:48:38 +0000 (11:48 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Mon, 12 Oct 2015 12:44:30 +0000 (14:44 +0200)
commit07a9364d9c151bc3086a863759d31d0857ae011e
tree0604c97c6ceb85ff775362475ff9d71c023880a8
parentc364ef0b97f0a74bfa6d037e3075c6e8565a718c
device: export list of LLDP neighbors through D-Bus

This adds a LldpNeighbors property to the Device D-Bus interface
carrying information about devices discovered through LLDP. The
property is an array of hashes and each hash describes the values of
LLDP TLVs for a specific neighbor.
introspection/nm-device.xml
libnm-core/nm-dbus-interface.h
src/Makefile.am
src/devices/nm-device.c
src/devices/nm-device.h
src/devices/nm-lldp-listener.c [new file with mode: 0644]
src/devices/nm-lldp-listener.h [new file with mode: 0644]
src/nm-types.h