Commit 5890115
committed
mctpd: allow bridge for assign static endpoint
Allow birdge when assigning static enpoint.
```
root@bmc:~# busctl call au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/interfaces/mcu1u2u1u4u1 au.com.codeconstruct.MCTP.BusOwner1 AssignEndpointStatic ayy 0 30
yisb 30 1 "/au/com/codeconstruct/mctp1/networks/1/endpoints/30" true
root@bmc:~# busctl introspect au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/networks/1/endpoints/30
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
au.com.codeconstruct.MCTP.Bridge1 interface - - -
.PoolEnd property y 35 const
.PoolStart property y 31 const
au.com.codeconstruct.MCTP.Endpoint1 interface - - -
.Recover method - - -
.Remove method - - -
.SetMTU method u - -
.Connectivity property s "Available" emits-change
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
org.freedesktop.DBus.Properties interface - - -
.Get method ss v -
.GetAll method s a{sv} -
.Set method ssv - -
.PropertiesChanged signal sa{sv}as - -
xyz.openbmc_project.Common.UUID interface - - -
.UUID property s "8b7e3d86-5fa5-298c-a9d6-a2d5d4baa6fa" const
xyz.openbmc_project.MCTP.Endpoint interface - - -
.EID property y 30 const
.NetworkId property u 1 const
.SupportedMessageTypes property ay 4 1 5 126 127 const
```1 parent 890f81d commit 5890115
1 file changed
+25
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2288 | 2288 | | |
2289 | 2289 | | |
2290 | 2290 | | |
2291 | | - | |
2292 | | - | |
2293 | | - | |
2294 | | - | |
2295 | | - | |
2296 | | - | |
2297 | | - | |
2298 | | - | |
2299 | | - | |
| 2291 | + | |
| 2292 | + | |
2300 | 2293 | | |
2301 | | - | |
2302 | | - | |
| 2294 | + | |
| 2295 | + | |
2303 | 2296 | | |
2304 | | - | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
2308 | | - | |
2309 | | - | |
2310 | | - | |
2311 | | - | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
2312 | 2304 | | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
2313 | 2308 | | |
| 2309 | + | |
2314 | 2310 | | |
2315 | | - | |
2316 | | - | |
2317 | | - | |
| 2311 | + | |
| 2312 | + | |
| 2313 | + | |
2318 | 2314 | | |
2319 | | - | |
2320 | | - | |
2321 | | - | |
2322 | | - | |
| 2315 | + | |
| 2316 | + | |
| 2317 | + | |
2323 | 2318 | | |
2324 | 2319 | | |
2325 | 2320 | | |
| |||
3055 | 3050 | | |
3056 | 3051 | | |
3057 | 3052 | | |
3058 | | - | |
| 3053 | + | |
3059 | 3054 | | |
3060 | 3055 | | |
3061 | 3056 | | |
| |||
3064 | 3059 | | |
3065 | 3060 | | |
3066 | 3061 | | |
| 3062 | + | |
| 3063 | + | |
| 3064 | + | |
3067 | 3065 | | |
3068 | 3066 | | |
3069 | 3067 | | |
| |||
0 commit comments