summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2018-01-12 14:05:24 +0100
committerFrancesco Giudici <fgiudici@redhat.com>2018-01-12 14:22:43 +0100
commit112f8bd5aff2c5d543699d968f56c7f98be07eec (patch)
tree054729fd81d42299f9777712412202ea2f2e0f2c
parentb2f306ac3d84283fdebb225079f354afb8c2a752 (diff)
downloadNetworkManager-112f8bd5aff2c5d543699d968f56c7f98be07eec.tar.gz
libnm-core: update team.runner description
https://bugzilla.redhat.com/show_bug.cgi?id=1533799
-rw-r--r--libnm-core/nm-setting-team.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-team.c b/libnm-core/nm-setting-team.c
index ad397c9aa7..a13fa45158 100644
--- a/libnm-core/nm-setting-team.c
+++ b/libnm-core/nm-setting-team.c
@@ -1654,6 +1654,10 @@ nm_setting_team_class_init (NMSettingTeamClass *setting_class)
* Corresponds to the teamd runner.name.
* Permitted values are: "roundrobin", "broadcast", "activebackup",
* "loadbalance", "lacp".
+ * When setting the runner, all the properties specific to the runner
+ * will be reset to the default value; all the properties specific to
+ * other runners will be set to an empty value (or if not possible to
+ * a default value).
*
* Since: 1.12
**/