mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 20:40:21 +01:00
api: fix location of Bridge device type enum
This commit is contained in:
parent
8d1c646134
commit
57a2a532ac
1 changed files with 5 additions and 5 deletions
|
|
@ -218,11 +218,6 @@
|
|||
The device is in a failure state following an attempt to activate it.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
<tp:enumvalue suffix="BRIDGE" value="13">
|
||||
<tp:docstring>
|
||||
The device is a bridge interface.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
</tp:enum>
|
||||
|
||||
<tp:enum name="NM_DEVICE_TYPE" type="u">
|
||||
|
|
@ -289,6 +284,11 @@
|
|||
The device is an ADSL device supporting PPPoE and PPPoATM protocols.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
<tp:enumvalue suffix="BRIDGE" value="13">
|
||||
<tp:docstring>
|
||||
The device is a bridge 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