autoconnect_slaves


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.2" ) ]
public SettingConnectionAutoconnectSlaves autoconnect_slaves { get; set; }

Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection.

This only has a real effect for master connections. The properties autoconnect, autoconnect_priority and autoconnect_retries are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 ( default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.