mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
api: fix various Infiniband introspection XML omissions
This commit is contained in:
parent
839eab5564
commit
cd2603c713
3 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ EXTRA_DIST = \
|
|||
nm-device-ethernet.xml \
|
||||
nm-device-modem.xml \
|
||||
nm-device-wimax.xml \
|
||||
nm-device-infiniband.xml \
|
||||
nm-device.xml \
|
||||
nm-ip4-config.xml \
|
||||
nm-ip6-config.xml \
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
|
|||
<xi:include href="nm-device-bt.xml"/>
|
||||
<xi:include href="nm-device-olpc-mesh.xml"/>
|
||||
<xi:include href="nm-device-wimax.xml"/>
|
||||
<xi:include href="nm-device-infiniband.xml"/>
|
||||
<xi:include href="nm-wimax-nsp.xml"/>
|
||||
<xi:include href="nm-ip4-config.xml"/>
|
||||
<xi:include href="nm-ip6-config.xml"/>
|
||||
|
|
|
|||
|
|
@ -241,6 +241,11 @@
|
|||
wireline data network.
|
||||
</tp:docstring>
|
||||
</tp:enumvalue>
|
||||
<tp:enumvalue suffix="INFINIBAND" value="9">
|
||||
<tp:docstring>
|
||||
The device is an IP-capable Infiniband 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