Ratan Gupta | 1ac38c0 | 2017-03-16 16:36:42 +0530 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide system specific network configuration features. |
| 3 | properties: |
| 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 III | 2dd3957 | 2019-02-01 17:30:41 -0800 | [diff] [blame] | 11 | 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 Mills | 0ab00b2 | 2018-06-19 16:28:11 -0500 | [diff] [blame] | 18 | errors: |
| 19 | - xyz.openbmc_project.Common.Error.InvalidArgument |