-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mctpd: enumerate /networks and /endpoints object paths
Enumerate the parent D-Bus object path `.../mctp1/networks` for the network paths `.../mctp1/networks/<NetID>` and `.../mctp1/networks/<NetID>/endpoints` for the endpoints path `.../mctp1/networks/<NetID>/endpoints/<EID>`. Tested: Check the MCTP D-Bus interface: ``` busctl tree au.com.codeconstruct.MCTP1 `- /au `- /au/com `- /au/com/codeconstruct `- /au/com/codeconstruct/mctp1 `- /au/com/codeconstruct/mctp1/networks `- /au/com/codeconstruct/mctp1/networks/1 `- /au/com/codeconstruct/mctp1/networks/1/endpoints `- /au/com/codeconstruct/mctp1/networks/1/endpoints/8 ``` Signed-off-by: Thu Nguyen <[email protected]> Signed-off-by: Jeremy Kerr <[email protected]>
- Loading branch information
1 parent
9ed35ed
commit 768b4d5
Showing
1 changed file
with
64 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters