SettingCompareFlags
Description:
[ CCode ( cprefix = "NM_SETTING_COMPARE_FLAG_" , type_id = "nm_setting_compare_flags_get_type ()" ) ]
public enum SettingCompareFlags
These flags modify the comparison behavior when comparing two settings or two connections.
Content:
Enum values:
- DIFF_RESULT_NO_DEFAULT -
if this flag is set, diff and
diff will not include properties that are set to their default value.
- DIFF_RESULT_WITH_DEFAULT -
if this flag is set, diff and
diff will also include properties that are set to their default value.
- EXACT - match all properties exactly
- FUZZY - match only important
attributes, like SSID, type, security settings, etc.
- IGNORE_AGENT_OWNED_SECRETS -
ignore secrets for which the secret's flags indicate the secret is owned by a user secret agent (ie, the
secret's flag includes
NM_SETTING_SECRET_FLAG_AGENT_OWNED
)
- IGNORE_ID - ignore the
connection's ID
- IGNORE_NOT_SAVED_SECRETS -
ignore secrets for which the secret's flags indicate the secret should not be saved to persistent storage
(ie, the secret's flag includes
NM_SETTING_SECRET_FLAG_NOT_SAVED
)
- IGNORE_SECRETS - ignore all
secrets