summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
blob: 917a5d63a1c74320bb4693e4d48cb316136969d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description: >
    Implement to provide system specific network configuration features.
properties:
    - name: HostName
      type: string
      description: >
          The value of this property shall be host name of the system.
    - name: DefaultGateway
      type: string
      description: >
          default IPv4 gateway of the system.
      errors:
        - xyz.openbmc_project.Common.Error.InvalidArgument
    - name: DefaultGateway6
      type: string
      description: >
          default IPv6 gateway of the system.
      errors:
        - xyz.openbmc_project.Common.Error.InvalidArgument
OpenPOWER on IntegriCloud