mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 09:20:08 +01:00
api: fix mistakenly absent Dhcp6Config device property
It was still on the bus, but not in the introspection for some reason.
This commit is contained in:
parent
8a80a62458
commit
c74dd8b0b7
1 changed files with 7 additions and 0 deletions
|
|
@ -55,6 +55,13 @@
|
|||
Object path of the Ip6Config object describing the configuration of the device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Dhcp6Config" type="o" access="read">
|
||||
<tp:docstring>
|
||||
Object path of the Dhcp6Config object describing the DHCP options
|
||||
returned by the DHCP server. Only valid when the device is in the
|
||||
NM_DEVICE_STATE_ACTIVATED state.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Managed" type="b" access="read">
|
||||
<tp:docstring>
|
||||
Whether or not this device is managed by NetworkManager.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue