mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-25 23:30:35 +01:00
introspection: add missing GENERIC and TEAM device types to nm-device.xml
This commit is contained in:
parent
01c4992123
commit
45da352c60
1 changed files with 10 additions and 0 deletions
|
|
@ -297,6 +297,16 @@
|
|||
The device is a bridge interface.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
<tp:enumvalue suffix="GENERIC" value="14">
|
||||
<tp:docstring>
|
||||
The device is a generic interface type unrecognized by NetworkManager.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
<tp:enumvalue suffix="TEAM" value="15">
|
||||
<tp:docstring>
|
||||
The device is a team master interface.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
</tp:enum>
|
||||
|
||||
<tp:flags name="NM_DEVICE_CAP" value-prefix="NM_DEVICE_CAP" type="u">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue