1description: >
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    # Deprecating these "DefautGateway" and "DefaultGateway6" properties.
9    # These are no longer needed, as we are going to support Default gateway
10    # per Ethernet interface.
11    - name: DefaultGateway
12      type: string
13      description: >
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.
21      errors:
22        - xyz.openbmc_project.Common.Error.InvalidArgument
23