diff options
| author | Michael Biebl <biebl@debian.org> | 2023-03-09 20:01:53 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-03-09 20:01:53 +0100 |
| commit | cffb548b401e2cd3fad166aa92e0f634bbb1d4d6 (patch) | |
| tree | 6d803d8f7d0d92a1c5e5705974fff8975472af95 /introspection/org.freedesktop.NetworkManager.Connection.Active.xml | |
| parent | 647d6b95d5475e0a1bf3d6f299d1cb8c9041a7a4 (diff) | |
| parent | 12e1ee797bbf0b10d1fd5afd4b947484769f2b9f (diff) | |
Merge tag 'debian/1.42.4-1' into debian/bullseye-backports
network-manager Debian release 1.42.4-1
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Connection.Active.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Connection.Active.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml index ebcdf952..faab73a0 100644 --- a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml +++ b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml @@ -163,9 +163,21 @@ <property name="Vpn" type="b" access="read"/> <!-- + Controller: + @Since: 1.44, 1.42.2 + + The path to the controller device if the connection is a port. This + property replaces the deprecated 'Master' property. + --> + <property name="Controller" type="o" access="read"/> + + <!-- Master: - The path to the master device if the connection is a slave. + The path to the controller device if the connection is a port. + + This property is deprecated in favor of the 'Controller' + property since 1.44 and 1.42.2. --> <property name="Master" type="o" access="read"/> |