blob: 917a5d63a1c74320bb4693e4d48cb316136969d7 [file] [log] [blame]
Ratan Gupta1ac38c02017-03-16 16:36:42 +05301description: >
2 Implement to provide system specific network configuration features.
3properties:
4 - name: HostName
5 type: string
6 description: >
7 The value of this property shall be host name of the system.
8 - name: DefaultGateway
9 type: string
10 description: >
William A. Kennington III2dd39572019-02-01 17:30:41 -080011 default IPv4 gateway of the system.
12 errors:
13 - xyz.openbmc_project.Common.Error.InvalidArgument
14 - name: DefaultGateway6
15 type: string
16 description: >
17 default IPv6 gateway of the system.
Gunnar Mills0ab00b22018-06-19 16:28:11 -050018 errors:
19 - xyz.openbmc_project.Common.Error.InvalidArgument