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. |
Ravi Teja | 0f57291 | 2020-07-06 09:37:59 -0500 | [diff] [blame] | 8 | # Deprecating these "DefautGateway" and "DefaultGateway6" properties. |
| 9 | # These are no longer needed, as we are going to support Default gateway |
| 10 | # per Ethernet interface. |
Ratan Gupta | 1ac38c0 | 2017-03-16 16:36:42 +0530 | [diff] [blame] | 11 | - name: DefaultGateway |
| 12 | type: string |
| 13 | description: > |
William A. Kennington III | 2dd3957 | 2019-02-01 17:30:41 -0800 | [diff] [blame] | 14 | default IPv4 gateway of the system. |
| 15 | errors: |
| 16 | - xyz.openbmc_project.Common.Error.InvalidArgument |
| 17 | - name: DefaultGateway6 |
| 18 | type: string |
| 19 | description: > |
| 20 | default IPv6 gateway of the system. |
Gunnar Mills | 0ab00b2 | 2018-06-19 16:28:11 -0500 | [diff] [blame] | 21 | errors: |
| 22 | - xyz.openbmc_project.Common.Error.InvalidArgument |