diff options
| author | Michael Biebl <biebl@debian.org> | 2019-12-26 06:50:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-12-26 06:50:22 +0100 |
| commit | fe6888e4bfd824ad1263b3151f9bf66b7974752e (patch) | |
| tree | 09d07c35668b6d64be114d941440e86deef8fba5 /libnm-core/nm-dbus-interface.h | |
| parent | e6e01bf48a28c03e61ac5424829a08dfc372533e (diff) | |
| parent | 724bcc5c7be3aed3646ed2b2989c34d438217176 (diff) | |
Update upstream source from tag 'upstream/1.22.2'
Update to upstream version '1.22.2' with Debian dir 54b7af73627e37cbe440e9ae6ae1d795e88f2247
Diffstat (limited to 'libnm-core/nm-dbus-interface.h')
| -rw-r--r-- | libnm-core/nm-dbus-interface.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h index 35f2335f..1cf1c888 100644 --- a/libnm-core/nm-dbus-interface.h +++ b/libnm-core/nm-dbus-interface.h @@ -89,7 +89,10 @@ /** * NMCapability: - * @NM_CAPABILITY_TEAM: Teams can be managed + * @NM_CAPABILITY_TEAM: Teams can be managed. This means the team device plugin + * is loaded. + * @NM_CAPABILITY_OVS: OpenVSwitch can be managed. This means the OVS device plugin + * is loaded. Since: 1.24, 1.22.2 * * #NMCapability names the numbers in the Capabilities property. * Capabilities are positive numbers. They are part of stable API @@ -101,6 +104,7 @@ */ typedef enum { NM_CAPABILITY_TEAM = 1, + NM_CAPABILITY_OVS = 2, } NMCapability; /** |