blob: 0fc0ef78fe08d2357c12e61697c0026fde9591fe [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.
Ravi Teja0f572912020-07-06 09:37:59 -05008 # 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 Gupta1ac38c02017-03-16 16:36:42 +053011 - name: DefaultGateway
12 type: string
13 description: >
William A. Kennington III2dd39572019-02-01 17:30:41 -080014 default IPv4 gateway of the system.
15 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050016 - xyz.openbmc_project.Common.Error.InvalidArgument
William A. Kennington III2dd39572019-02-01 17:30:41 -080017 - name: DefaultGateway6
18 type: string
19 description: >
20 default IPv6 gateway of the system.
Gunnar Mills0ab00b22018-06-19 16:28:11 -050021 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050022 - xyz.openbmc_project.Common.Error.InvalidArgument