diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2015-10-07 11:48:44 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2015-10-12 14:44:31 +0200 |
commit | d3d2b494008322a4f1452cf873393ca85166022b (patch) | |
tree | 6023cc30d4abf37ceb36e9fcd6d22f93c1e0e981 /libnm/libnm.ver | |
parent | 07a9364d9c151bc3086a863759d31d0857ae011e (diff) | |
download | NetworkManager-d3d2b494008322a4f1452cf873393ca85166022b.tar.gz |
libnm: add LLDP support
Add functions to libnm for retrieving a list of LLDP neighbors and
accessor functions to get their attributes.
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r-- | libnm/libnm.ver | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index c720760a8f..a3f9282822 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -859,11 +859,19 @@ libnm_1_2_0 { global: nm_access_point_get_last_seen; nm_device_ethernet_get_s390_subchannels; + nm_device_get_lldp_neighbors; nm_device_get_metered; nm_device_get_nm_plugin_missing; nm_device_set_managed; nm_device_wifi_request_scan_options; nm_device_wifi_request_scan_options_async; + nm_lldp_neighbor_get_attr_names; + nm_lldp_neighbor_get_attr_string_value; + nm_lldp_neighbor_get_attr_type; + nm_lldp_neighbor_get_attr_uint_value; + nm_lldp_neighbor_new; + nm_lldp_neighbor_ref; + nm_lldp_neighbor_unref; nm_metered_get_type; nm_setting_802_1x_check_cert_scheme; nm_setting_bridge_get_multicast_snooping; |