diff options
author | Patrick Talbert <ptalbert@redhat.com> | 2018-12-05 15:26:50 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-12-12 14:07:30 +0100 |
commit | f44c793f6cd89c3e84e83872478daf286821ed64 (patch) | |
tree | eecbc922ec1e22b83987b5623283781e700bcea2 /libnm | |
parent | ba1a7c1d2105bb873bb89d929d83799b641fe204 (diff) | |
download | NetworkManager-f44c793f6cd89c3e84e83872478daf286821ed64.tar.gz |
team: add support for 'vlanid' link-watchers property
Add support for the teaming arp_ping link watcher 'vlanid' property.
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
[thaller@redhat.com: minor fixes to original patch]
https://bugzilla.redhat.com/show_bug.cgi?id=1652931
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/libnm.ver | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 09681e4733..f1f6954e53 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -1450,4 +1450,6 @@ global: nm_client_add_and_activate_connection_options; nm_client_add_and_activate_connection_options_finish; nm_device_get_connectivity; + nm_team_link_watcher_get_vlanid; + nm_team_link_watcher_new_arp_ping2; } libnm_1_14_0; |