diff options
author | Dan Williams <dcbw@redhat.com> | 2013-11-13 11:05:02 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-12-05 16:07:24 -0600 |
commit | 5f15409684259f32b42e35dc097453a6ddb329fa (patch) | |
tree | 958730d861dfb3c304a62d85189d8962402efc8e /libnm-util/nm-setting-team-port.c | |
parent | 5f32b8588ec4f70ebff88c9f7803353a1894e6c3 (diff) | |
download | NetworkManager-5f15409684259f32b42e35dc097453a6ddb329fa.tar.gz |
libnm-util: add INFERRABLE flag and remove CANDIDATE
INFERRABLE means the opposite of CANDIDATE; a property which NetworkManager
can read ("infer") from the system or the kernel when generating
connections. CANDIDATE isn't a great name and thus dies.
Diffstat (limited to 'libnm-util/nm-setting-team-port.c')
-rw-r--r-- | libnm-util/nm-setting-team-port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-setting-team-port.c b/libnm-util/nm-setting-team-port.c index e70c24714a..0b61bab871 100644 --- a/libnm-util/nm-setting-team-port.c +++ b/libnm-util/nm-setting-team-port.c @@ -179,5 +179,5 @@ nm_setting_team_port_class_init (NMSettingTeamPortClass *setting_class) "teamd. If not specified, the dafault configuration is used. " "See man teamd.conf for the format details.", NULL, - G_PARAM_READWRITE)); + G_PARAM_READWRITE | NM_SETTING_PARAM_INFERRABLE)); } |