Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dbus] fix introspect.xml for AddOnMeshPrefix() #2126

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions src/dbus/server/introspect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,21 +167,22 @@
uint8[] prefix_bytes
uint8 prefix_length
}
uint16 rloc16
byte preference
struct {
boolean preferred
boolean slaac
boolean dhcp
boolean configure
boolean default_route
boolean on_mesh
boolean stable
}
bool preferred
bool slaac
bool dhcp
bool configure
bool default_route
bool on_mesh
bool stable
bool nd_dns
bool dp
}
</literallayout>
-->
<method name="AddOnMeshPrefix">
<arg name="prefix" type="((ayy)y(bbbbbbb))"/>
<arg name="prefix" type="((ayy)qybbbbbbbbb)"/>
</method>

<!-- RemoveOnMeshPrefix: Remove an on-mesh prefix from the network.
Expand Down