Skip to content

Commit 2415dae

Browse files
fr0st61terfrandse
authored andcommitted
network/client: add TCP/UDP as Transport Protocol for Client
Add TCP/UDP transport protocol for Client interface to make it use for different applications like rsyslog as example. Change-Id: I08511a1a70396e1c6fb979febfa8fb7343235e9d Signed-off-by: Ivan Mikhaylov <[email protected]>
1 parent a87e43a commit 2415dae

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

yaml/xyz/openbmc_project/Network/Client.interface.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,18 @@ properties:
1616
The value of this property is the network port number.
1717
errors:
1818
- xyz.openbmc_project.Common.Error.InternalFailure
19+
- name: TransportProtocol
20+
type: enum[self.TransportProtocol]
21+
description: >
22+
The value of this property is the network IP protocol.
23+
default: TCP
24+
errors:
25+
- xyz.openbmc_project.Common.Error.InternalFailure
26+
27+
enumerations:
28+
- name: TransportProtocol
29+
description: >
30+
Possible IP protocol types.
31+
values:
32+
- name: TCP
33+
- name: UDP

0 commit comments

Comments
 (0)